Searched refs:ENGINE (Results 1 – 3 of 3) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | evp.h | 134 ENGINE *engine; 270 ENGINE *engine; /* functional reference if 'digest' is 452 ENGINE *engine; /* functional reference if 'cipher' is 595 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); 600 ENGINE *impl); 624 ENGINE *impl, const unsigned char *key, 634 ENGINE *impl, const unsigned char *key, 645 ENGINE *impl, const unsigned char *key, 659 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey); 664 const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey); [all …]
|
D | ossl_typ.h | 177 typedef struct engine_st ENGINE; typedef
|
D | safestack.h | 720 # 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)) 725 # define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val)) 726 # define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st)) 727 # define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val)) 728 # define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val)) 729 # define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (st), (val)) [all …]
|