Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 12 of 12) sorted by relevance

/openssl-master/providers/implementations/encode_decode/
A Dencode_key2any.c1065 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument
1075 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument
1085 #define DO_PARAMETERS(impl, type, kind, output) \ argument
1128 #define DO_PrivateKeyInfo(impl, type, output) \ argument
1132 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument
1137 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument
1191 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument
1201 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument
1205 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument
1208 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument
[all …]
A Dencode_key2blob.c117 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
A Dencode_key2ms.c173 #define MAKE_MS_ENCODER(impl, output, type) \ argument
A Dencode_key2text.c816 #define MAKE_TEXT_ENCODER(impl, type) \ argument
/openssl-master/crypto/property/
A Dproperty.c186 static void impl_free(IMPLEMENTATION *impl) in impl_free()
262 IMPLEMENTATION *impl; in ossl_method_store_add() local
358 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); in ossl_method_store_remove() local
371 static void alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl, in alg_do_one()
389 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); in alg_do_each() local
413 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
/openssl-master/crypto/evp/
A Ddigest.c128 const OSSL_PARAM params[], ENGINE *impl) in evp_md_init_internal()
353 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex()
619 ENGINE *impl) in EVP_Digest()
A Devp_enc.c82 ENGINE *impl, const unsigned char *key, in evp_cipher_init_internal()
395 ENGINE *impl, const unsigned char *key, in EVP_CipherInit_ex()
433 ENGINE *impl, const unsigned char *key, in EVP_EncryptInit_ex()
453 ENGINE *impl, const unsigned char *key, in EVP_DecryptInit_ex()
/openssl-master/test/
A Dproperty_test.c316 char *impl; in test_register_deregister() member
344 void *impl = impls[j].impl; in test_register_deregister() local
370 char *impl; in test_property() member
/openssl-master/crypto/cmac/
A Dcmac.c112 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()
/openssl-master/crypto/hmac/
A Dhmac.c26 const EVP_MD *md, ENGINE *impl) in HMAC_Init_ex()
/openssl-master/apps/
A Ddgst.c97 ENGINE *e = NULL, *impl = NULL; in dgst_main() local
A Dpkeyutl.c532 ENGINE *impl = NULL; in init_ctx() local

Completed in 41 milliseconds