Home
last modified time | relevance | path

Searched refs:IMPLEMENT_CIPHER_HW_COPYCTX (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dcipher_sm4_hw.c29 IMPLEMENT_CIPHER_HW_COPYCTX(cipher_hw_sm4_copyctx, PROV_SM4_CTX)
Dcipher_aria_hw.c33 IMPLEMENT_CIPHER_HW_COPYCTX(cipher_hw_aria_copyctx, PROV_ARIA_CTX)
Dcipher_camellia_hw.c45 IMPLEMENT_CIPHER_HW_COPYCTX(cipher_hw_camellia_copyctx, PROV_CAMELLIA_CTX)
Dcipher_aes_hw.c124 IMPLEMENT_CIPHER_HW_COPYCTX(cipher_hw_aes_copyctx, PROV_AES_CTX)
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h312 #define IMPLEMENT_CIPHER_HW_COPYCTX(name, CTX_TYPE) \ macro