/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 1074 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument 1084 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument 1094 #define DO_PARAMETERS(impl, type, kind, output) \ argument 1137 #define DO_PrivateKeyInfo(impl, type, output) \ argument 1141 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument 1146 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument 1200 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument 1210 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument 1214 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument 1217 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument [all …]
|
H A D | encode_key2blob.c | 121 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
|
H A D | encode_key2ms.c | 179 #define MAKE_MS_ENCODER(impl, output, type) \ argument
|
H A D | encode_key2text.c | 815 #define MAKE_TEXT_ENCODER(impl, type) \ argument
|
/openssl/crypto/hmac/ |
H A D | hmac_s390x.c | 72 static int s390x_check_engine_used(const EVP_MD *md, ENGINE *impl) in s390x_check_engine_used() 97 int s390x_HMAC_init(HMAC_CTX *ctx, const void *key, int key_len, ENGINE *impl) in s390x_HMAC_init()
|
H A D | hmac.c | 26 const EVP_MD *md, ENGINE *impl) in HMAC_Init_ex()
|
/openssl/crypto/property/ |
H A D | property.c | 203 static void impl_free(IMPLEMENTATION *impl) in impl_free() 323 IMPLEMENTATION *impl; in ossl_method_store_add() local 455 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); in ossl_method_store_remove() local 499 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); in alg_cleanup_by_provider() local 546 static void alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl, in alg_do_one() 623 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
|
/openssl/crypto/cmac/ |
H A D | cmac.c | 112 const EVP_CIPHER *cipher, ENGINE *impl, in ossl_cmac_init() 174 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()
|
/openssl/test/ |
H A D | property_test.c | 376 char *impl; in test_register_deregister() member 404 void *impl = impls[j].impl; in test_register_deregister() local 430 char *impl; in test_property() member
|
H A D | tls-provider.c | 1862 #define DO_ENC_PRIVATE_KEY(impl, type, kind, output) \ argument 1871 #define DO_ENC_PUBLIC_KEY(impl, type, kind, output) \ argument 1880 #define DO_ENC_PARAMETERS(impl, type, kind, output) \ argument 1922 #define DO_ENC_PrivateKeyInfo(impl, type, output) \ argument 1926 #define DO_ENC_EncryptedPrivateKeyInfo(impl, type, output) \ argument 1931 #define DO_ENC_SubjectPublicKeyInfo(impl, type, output) \ argument 1951 #define MAKE_ENCODER(impl, type, kind, output) \ argument
|
/openssl/crypto/evp/ |
H A D | digest.c | 158 const OSSL_PARAM params[], ENGINE *impl) in evp_md_init_internal() 380 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex() 727 ENGINE *impl) in EVP_Digest()
|
H A D | evp_enc.c | 94 ENGINE *impl, const unsigned char *key, in evp_cipher_init_internal() 459 ENGINE *impl, const unsigned char *key, in EVP_CipherInit_ex() 497 ENGINE *impl, const unsigned char *key, in EVP_EncryptInit_ex() 517 ENGINE *impl, const unsigned char *key, in EVP_DecryptInit_ex()
|
/openssl/apps/ |
H A D | dgst.c | 97 ENGINE *e = NULL, *impl = NULL; in dgst_main() local
|
H A D | pkeyutl.c | 639 ENGINE *impl = NULL; in init_ctx() local
|