Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 13 of 13) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dcipher_chacha20_poly1305.c149 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = in chacha20_poly1305_set_ctx_params() local
238 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = in chacha20_poly1305_einit() local
258 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = in chacha20_poly1305_dinit() local
273 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = in chacha20_poly1305_cipher() local
299 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = in chacha20_poly1305_final() local
A Dciphercommon_ccm.c324 const PROV_CCM_HW *hw = ctx->hw; in ccm_set_iv() local
385 const PROV_CCM_HW *hw = ctx->hw; in ccm_cipher_internal() local
442 void ossl_ccm_initctx(PROV_CCM_CTX *ctx, size_t keybits, const PROV_CCM_HW *hw) in ossl_ccm_initctx()
A Dcipher_chacha20.c158 PROV_CIPHER_HW_CHACHA20 *hw = (PROV_CIPHER_HW_CHACHA20 *)ctx->hw; in ossl_chacha20_einit() local
177 PROV_CIPHER_HW_CHACHA20 *hw = (PROV_CIPHER_HW_CHACHA20 *)ctx->hw; in ossl_chacha20_dinit() local
A Dcipher_aes_siv.h32 const PROV_CIPHER_HW_AES_SIV *hw; member
A Dcipher_aes_cbc_hmac_sha.c89 PROV_CIPHER_HW_AES_HMAC_SHA *hw = in aes_set_ctx_params() local
228 PROV_CIPHER_HW_AES_HMAC_SHA *hw = in aes_get_ctx_params() local
A Dciphercommon_gcm.c29 const PROV_GCM_HW *hw) in ossl_gcm_initctx()
386 const PROV_GCM_HW *hw = ctx->hw; in gcm_cipher_internal() local
A Dcipher_tdes_common.c24 size_t ivbits, uint64_t flags, const PROV_CIPHER_HW *hw) in ossl_tdes_newctx()
A Dcipher_des.c33 const PROV_CIPHER_HW *hw) in des_newctx()
A Dcipher_aes_cbc_hmac_sha.h44 const PROV_CIPHER_HW_AES_HMAC_SHA *hw; member
A Dciphercommon.c662 uint64_t flags, const PROV_CIPHER_HW *hw, in ossl_cipher_generic_initkey()
/openssl-master/providers/implementations/include/prov/
A Dciphercommon_ccm.h44 const PROV_CCM_HW *hw; /* hardware specific methods */ member
A Dciphercommon_gcm.h75 const PROV_GCM_HW *hw; /* hardware specific methods */ member
A Dciphercommon.h91 const PROV_CIPHER_HW *hw; /* hardware specific functions */ member

Completed in 20 milliseconds