Home
last modified time | relevance | path

Searched refs:PROV_CIPHER_HW_AES_HMAC_SHA (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h27 } PROV_CIPHER_HW_AES_HMAC_SHA; typedef
29 const PROV_CIPHER_HW_AES_HMAC_SHA *ossl_prov_cipher_hw_aes_cbc_hmac_sha1(void);
30 const PROV_CIPHER_HW_AES_HMAC_SHA *ossl_prov_cipher_hw_aes_cbc_hmac_sha256(void);
44 const PROV_CIPHER_HW_AES_HMAC_SHA *hw;
H A Dcipher_aes_cbc_hmac_sha.c89 PROV_CIPHER_HW_AES_HMAC_SHA *hw = in aes_set_ctx_params()
90 (PROV_CIPHER_HW_AES_HMAC_SHA *)ctx->hw; in aes_set_ctx_params()
228 PROV_CIPHER_HW_AES_HMAC_SHA *hw = in aes_get_ctx_params()
229 (PROV_CIPHER_HW_AES_HMAC_SHA *)ctx->hw; in aes_get_ctx_params()
310 const PROV_CIPHER_HW_AES_HMAC_SHA *meths, in base_init()
317 ctx->hw = (PROV_CIPHER_HW_AES_HMAC_SHA *)ctx->base.hw; in base_init()
H A Dcipher_aes_cbc_hmac_sha1_hw.c25 const PROV_CIPHER_HW_AES_HMAC_SHA *ossl_prov_cipher_hw_aes_cbc_hmac_sha1(void) in ossl_prov_cipher_hw_aes_cbc_hmac_sha1()
776 static const PROV_CIPHER_HW_AES_HMAC_SHA cipher_hw_aes_hmac_sha1 = {
790 const PROV_CIPHER_HW_AES_HMAC_SHA *ossl_prov_cipher_hw_aes_cbc_hmac_sha1(void) in ossl_prov_cipher_hw_aes_cbc_hmac_sha1()
H A Dcipher_aes_cbc_hmac_sha256_hw.c25 const PROV_CIPHER_HW_AES_HMAC_SHA *ossl_prov_cipher_hw_aes_cbc_hmac_sha256(void) in ossl_prov_cipher_hw_aes_cbc_hmac_sha256()
827 static const PROV_CIPHER_HW_AES_HMAC_SHA cipher_hw_aes_hmac_sha256 = {
841 const PROV_CIPHER_HW_AES_HMAC_SHA *ossl_prov_cipher_hw_aes_cbc_hmac_sha256(void) in ossl_prov_cipher_hw_aes_cbc_hmac_sha256()

Completed in 23 milliseconds