Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/
H A Dmissingcrypto-internal.txt7 ossl_b2i(3)
/freebsd/crypto/openssl/include/crypto/
H A Dpem.h37 EVP_PKEY *ossl_b2i(const unsigned char **in, unsigned int length, int *ispub);
/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c313 EVP_PKEY *ossl_b2i(const unsigned char **in, unsigned int length, int *ispub) in ossl_b2i() function
505 return ossl_b2i(in, length, &ispub); in b2i_PrivateKey()
512 return ossl_b2i(in, length, &ispub); in b2i_PublicKey()