Home | History | Annotate | Download | only in evp

Lines Matching refs:ENGINE

134 	ENGINE *engine;
268 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */
414 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
556 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
561 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
582 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
591 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
601 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
616 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
621 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
728 /* This should now be supported through the dev_crypto ENGINE. But also, why are
1010 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
1011 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
1122 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
1123 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
1135 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e,