Home
last modified time | relevance | path

Searched refs:pubkey_length (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcreate.c169 pubkey_length(const pgp_pubkey_t *key) in pubkey_length() function
194 return (unsigned)(mpi_length(key->key.dsa.x) + pubkey_length(&key->pubkey)); in seckey_length()
199 return (unsigned)(len + pubkey_length(&key->pubkey)); in seckey_length()
491 pgp_write_length(output, 1 + 4 + 1 + pubkey_length(key)) && in write_struct_pubkey()