Searched refs:ossl_blob_length (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | pem.h | 25 unsigned int ossl_blob_length(unsigned bitlen, int isdss, int ispub);
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pvkfmt.c | 249 unsigned int ossl_blob_length(unsigned bitlen, int isdss, int ispub) in ossl_blob_length() function 294 if (length < ossl_blob_length(bitlen, *isdss, *ispub)) { in do_b2i_key() 338 length = ossl_blob_length(bitlen, isdss, *ispub); in ossl_b2i_bio() 573 + ossl_blob_length(bitlen, keyalg == MS_KEYALG_DSS_SIGN ? 1 : 0, ispub); in do_i2b()
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 148 mem_want = ossl_blob_length(bitlen, isdss, ispub); in msblob2obj_decode()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | decode_msblob2key.c | 129 length = ossl_blob_length(bitlen, isdss, ispub); in msblob2key_decode()
|