Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dpem.h25 unsigned int ossl_blob_length(unsigned bitlen, int isdss, int ispub);
/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c249 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 Dfile_store_any2obj.c148 mem_want = ossl_blob_length(bitlen, isdss, ispub); in msblob2obj_decode()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_msblob2key.c129 length = ossl_blob_length(bitlen, isdss, ispub); in msblob2key_decode()