Home
last modified time | relevance | path

Searched refs:ENGINE (Results 1 – 11 of 11) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Dengine.h71 # error ENGINE is disabled.
384 ENGINE *ENGINE_get_last(void);
386 ENGINE *ENGINE_get_next(ENGINE *e);
387 ENGINE *ENGINE_get_prev(ENGINE *e);
389 int ENGINE_add(ENGINE *e);
391 int ENGINE_remove(ENGINE *e);
550 ENGINE *ENGINE_new(void);
551 int ENGINE_free(ENGINE *e);
552 int ENGINE_up_ref(ENGINE *e);
651 int ENGINE_init(ENGINE *e);
[all …]
A Devp.h134 ENGINE *engine;
270 ENGINE *engine; /* functional reference if 'digest' is
451 ENGINE *engine; /* functional reference if 'cipher' is
599 ENGINE *impl);
623 ENGINE *impl, const unsigned char *key,
633 ENGINE *impl, const unsigned char *key,
644 ENGINE *impl, const unsigned char *key,
1067 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe,
1212 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
1213 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e);
[all …]
A Dcmac.h74 const EVP_CIPHER *cipher, ENGINE *impl);
A Dhmac.h95 const EVP_MD *md, ENGINE *impl);
A Drand.h97 int RAND_set_rand_engine(ENGINE *engine);
A Ddsa.h177 ENGINE *engine;
204 DSA *DSA_new_method(ENGINE *engine);
A Ddh.h158 ENGINE *engine;
216 DH *DH_new_method(ENGINE *engine);
A Dossl_typ.h177 typedef struct engine_st ENGINE; typedef
A Drsa.h141 ENGINE *engine;
321 RSA *RSA_new_method(ENGINE *engine);
A Dsafestack.h720 # define sk_ENGINE_new(cmp) SKM_sk_new(ENGINE, (cmp))
721 # define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE)
722 # define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st))
723 # define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st))
724 # define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i))
726 # define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st))
735 # define sk_ENGINE_dup(st) SKM_sk_dup(ENGINE, st)
738 # define sk_ENGINE_shift(st) SKM_sk_shift(ENGINE, (st))
739 # define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st))
740 # define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st))
[all …]
A Dssl.h1071 ENGINE *client_cert_engine;
1257 int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e);

Completed in 57 milliseconds