/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2any.c | 1065 #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 D | encode_key2blob.c | 117 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
|
A D | encode_key2ms.c | 173 #define MAKE_MS_ENCODER(impl, output, type) \ argument
|
A D | encode_key2text.c | 816 #define MAKE_TEXT_ENCODER(impl, type) \ argument
|
/openssl-master/crypto/property/ |
A D | property.c | 186 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 D | digest.c | 128 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 D | evp_enc.c | 82 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 D | property_test.c | 316 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 D | cmac.c | 112 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()
|
/openssl-master/crypto/hmac/ |
A D | hmac.c | 26 const EVP_MD *md, ENGINE *impl) in HMAC_Init_ex()
|
/openssl-master/apps/ |
A D | dgst.c | 97 ENGINE *e = NULL, *impl = NULL; in dgst_main() local
|
A D | pkeyutl.c | 532 ENGINE *impl = NULL; in init_ctx() local
|