Searched refs:pub_key_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/engines/
H A De_ubsec.c943 int ret = 0, random_bits = 0, pub_key_len = 0, priv_key_len = 0, fd; local
970 pub_key_len = BN_num_bits(dh->p);
991 &pub_key_len,
1012 dh->pub_key->top = (pub_key_len + BN_BITS2 - 1) / BN_BITS2;

Completed in 57 milliseconds