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()
163 int ossl_do_blob_header(const unsigned char **in, unsigned int length, in ossl_do_blob_header()
286 static void *do_b2i_key(const unsigned char **in, unsigned int length, in do_b2i_key()
317 EVP_PKEY *ossl_b2i(const unsigned char **in, unsigned int length, int *ispub) in ossl_b2i()
325 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()
448 RSA *ossl_b2i_RSA_after_header(const unsigned char **in, unsigned int bitlen, in ossl_b2i_RSA_after_header()
514 EVP_PKEY *b2i_PrivateKey(const unsigned char **in, long length) in b2i_PrivateKey()
521 EVP_PKEY *b2i_PublicKey(const unsigned char **in, long length) in b2i_PublicKey()
528 EVP_PKEY *b2i_PrivateKey_bio(BIO *in) in b2i_PrivateKey_bio()
535 EVP_PKEY *b2i_PublicKey_bio(BIO *in) in b2i_PublicKey_bio()
760 int ossl_do_PVK_header(const unsigned char **in, unsigned int length, in ossl_do_PVK_header()
837 static void *do_PVK_body_key(const unsigned char **in, in do_PVK_body_key()
932 static void *do_PVK_key_bio(BIO *in, pem_password_cb *cb, void *u, in do_PVK_key_bio()
967 DSA *b2i_DSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, in b2i_DSA_PVK_bio_ex()
976 DSA *b2i_DSA_PVK_bio(BIO *in, pem_password_cb *cb, void *u) in b2i_DSA_PVK_bio()
982 RSA *b2i_RSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, in b2i_RSA_PVK_bio_ex()
991 RSA *b2i_RSA_PVK_bio(BIO *in, pem_password_cb *cb, void *u) in b2i_RSA_PVK_bio()
996 EVP_PKEY *b2i_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u, in b2i_PVK_bio_ex()
1006 EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u) in b2i_PVK_bio()