Home | History | Annotate | Download | only in evp

Lines Matching defs:engine

133 	ENGINE *engine;
265 ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */
371 ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */
513 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
518 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
539 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
548 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
558 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
573 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
578 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey);
685 /* This should now be supported through the dev_crypto ENGINE. But also, why are
957 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type);
958 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
1060 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
1061 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
1073 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e,