Home
last modified time | relevance | path

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

/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1074 #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 Dencode_key2blob.c121 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
H A Dencode_key2ms.c179 #define MAKE_MS_ENCODER(impl, output, type) \ argument
H A Dencode_key2text.c815 #define MAKE_TEXT_ENCODER(impl, type) \ argument
/openssl/crypto/hmac/
H A Dhmac_s390x.c72 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 Dhmac.c26 const EVP_MD *md, ENGINE *impl) in HMAC_Init_ex()
/openssl/crypto/property/
H A Dproperty.c203 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 Dcmac.c112 const EVP_CIPHER *cipher, ENGINE *impl, in ossl_cmac_init()
174 const EVP_CIPHER *cipher, ENGINE *impl) in CMAC_Init()
/openssl/test/
H A Dproperty_test.c376 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 Dtls-provider.c1862 #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 Ddigest.c158 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 Devp_enc.c94 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 Ddgst.c97 ENGINE *e = NULL, *impl = NULL; in dgst_main() local
H A Dpkeyutl.c639 ENGINE *impl = NULL; in init_ctx() local

Completed in 85 milliseconds