Lines Matching defs:in

37 static unsigned int read_ledword(const unsigned char **in)  in read_ledword()
55 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r) in read_lebn()
161 int ossl_do_blob_header(const unsigned char **in, unsigned int length, in ossl_do_blob_header()
284 static void *do_b2i_key(const unsigned char **in, unsigned int length, in do_b2i_key()
315 EVP_PKEY *ossl_b2i(const unsigned char **in, unsigned int length, int *ispub) in ossl_b2i()
323 EVP_PKEY *ossl_b2i_bio(BIO *in, int *ispub) in ossl_b2i_bio()
375 DSA *ossl_b2i_DSA_after_header(const unsigned char **in, unsigned int bitlen, in ossl_b2i_DSA_after_header()
443 RSA *ossl_b2i_RSA_after_header(const unsigned char **in, unsigned int bitlen, in ossl_b2i_RSA_after_header()
503 EVP_PKEY *b2i_PrivateKey(const unsigned char **in, long length) in b2i_PrivateKey()
510 EVP_PKEY *b2i_PublicKey(const unsigned char **in, long length) in b2i_PublicKey()
517 EVP_PKEY *b2i_PrivateKey_bio(BIO *in) in b2i_PrivateKey_bio()
524 EVP_PKEY *b2i_PublicKey_bio(BIO *in) in b2i_PublicKey_bio()
750 int ossl_do_PVK_header(const unsigned char **in, unsigned int length, in ossl_do_PVK_header()
827 static void *do_PVK_body_key(const unsigned char **in, in do_PVK_body_key()
924 static void *do_PVK_key_bio(BIO *in, pem_password_cb *cb, void *u, in do_PVK_key_bio()
961 DSA *b2i_DSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, in b2i_DSA_PVK_bio_ex()
970 DSA *b2i_DSA_PVK_bio(BIO *in, pem_password_cb *cb, void *u) in b2i_DSA_PVK_bio()
976 RSA *b2i_RSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, in b2i_RSA_PVK_bio_ex()
985 RSA *b2i_RSA_PVK_bio(BIO *in, pem_password_cb *cb, void *u) in b2i_RSA_PVK_bio()
990 EVP_PKEY *b2i_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, in b2i_PVK_bio_ex()
1000 EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u) in b2i_PVK_bio()