Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/pem/
Dpvkfmt.c208 static unsigned int blob_length(unsigned bitlen, int isdss, int ispub) in blob_length() function
252 if (length < blob_length(bitlen, isdss, ispub)) { in do_b2i()
277 length = blob_length(bitlen, isdss, ispub); in do_b2i_bio()
481 outlen = 16 + blob_length(bitlen, in do_i2b()