Searched refs:PROV_CIPHER_HW_AES_HMAC_SHA (Results 1 – 4 of 4) sorted by relevance
27 } PROV_CIPHER_HW_AES_HMAC_SHA; typedef29 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;
89 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()
25 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()
25 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