ENGINE 139 extra_lib/include/openssl/dh.h ENGINE *engine; ENGINE 174 extra_lib/include/openssl/dh.h DH *DH_new_method(ENGINE *engine); ENGINE 165 extra_lib/include/openssl/dsa.h ENGINE *engine; ENGINE 193 extra_lib/include/openssl/dsa.h DSA * DSA_new_method(ENGINE *engine); ENGINE 133 extra_lib/include/openssl/evp.h ENGINE *engine; ENGINE 265 extra_lib/include/openssl/evp.h ENGINE *engine; /* functional reference if 'digest' is ENGINE-provided */ ENGINE 371 extra_lib/include/openssl/evp.h ENGINE *engine; /* functional reference if 'cipher' is ENGINE-provided */ ENGINE 513 extra_lib/include/openssl/evp.h int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); ENGINE 518 extra_lib/include/openssl/evp.h unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl); ENGINE 539 extra_lib/include/openssl/evp.h int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, ENGINE 548 extra_lib/include/openssl/evp.h int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, ENGINE 558 extra_lib/include/openssl/evp.h int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, ENGINE 573 extra_lib/include/openssl/evp.h const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey); ENGINE 578 extra_lib/include/openssl/evp.h const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey); ENGINE 957 extra_lib/include/openssl/evp.h const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type); ENGINE 958 extra_lib/include/openssl/evp.h const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe, ENGINE 1060 extra_lib/include/openssl/evp.h EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e); ENGINE 1061 extra_lib/include/openssl/evp.h EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e); ENGINE 1073 extra_lib/include/openssl/evp.h EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, ENGINE 96 extra_lib/include/openssl/hmac.h const EVP_MD *md, ENGINE *impl); ENGINE 169 extra_lib/include/openssl/ossl_typ.h typedef struct engine_st ENGINE; ENGINE 98 extra_lib/include/openssl/rand.h int RAND_set_rand_engine(ENGINE *engine); ENGINE 137 extra_lib/include/openssl/rsa.h ENGINE *engine; ENGINE 259 extra_lib/include/openssl/rsa.h RSA * RSA_new_method(ENGINE *engine); ENGINE 692 extra_lib/include/openssl/safestack.h #define sk_ENGINE_new(cmp) SKM_sk_new(ENGINE, (cmp)) ENGINE 693 extra_lib/include/openssl/safestack.h #define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE) ENGINE 694 extra_lib/include/openssl/safestack.h #define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st)) ENGINE 695 extra_lib/include/openssl/safestack.h #define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st)) ENGINE 696 extra_lib/include/openssl/safestack.h #define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i)) ENGINE 697 extra_lib/include/openssl/safestack.h #define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val)) ENGINE 698 extra_lib/include/openssl/safestack.h #define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st)) ENGINE 699 extra_lib/include/openssl/safestack.h #define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val)) ENGINE 700 extra_lib/include/openssl/safestack.h #define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val)) ENGINE 701 extra_lib/include/openssl/safestack.h #define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (st), (val)) ENGINE 702 extra_lib/include/openssl/safestack.h #define sk_ENGINE_find_ex(st, val) SKM_sk_find_ex(ENGINE, (st), (val)) ENGINE 703 extra_lib/include/openssl/safestack.h #define sk_ENGINE_delete(st, i) SKM_sk_delete(ENGINE, (st), (i)) ENGINE 704 extra_lib/include/openssl/safestack.h #define sk_ENGINE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE, (st), (ptr)) ENGINE 705 extra_lib/include/openssl/safestack.h #define sk_ENGINE_insert(st, val, i) SKM_sk_insert(ENGINE, (st), (val), (i)) ENGINE 706 extra_lib/include/openssl/safestack.h #define sk_ENGINE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE, (st), (cmp)) ENGINE 707 extra_lib/include/openssl/safestack.h #define sk_ENGINE_dup(st) SKM_sk_dup(ENGINE, st) ENGINE 708 extra_lib/include/openssl/safestack.h #define sk_ENGINE_pop_free(st, free_func) SKM_sk_pop_free(ENGINE, (st), (free_func)) ENGINE 709 extra_lib/include/openssl/safestack.h #define sk_ENGINE_shift(st) SKM_sk_shift(ENGINE, (st)) ENGINE 710 extra_lib/include/openssl/safestack.h #define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st)) ENGINE 711 extra_lib/include/openssl/safestack.h #define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st)) ENGINE 712 extra_lib/include/openssl/safestack.h #define sk_ENGINE_is_sorted(st) SKM_sk_is_sorted(ENGINE, (st)) ENGINE 828 extra_lib/include/openssl/ssl.h ENGINE *client_cert_engine; ENGINE 920 extra_lib/include/openssl/ssl.h int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e);