Home
last modified time | relevance | path

Searched defs:keybits (Results 1 – 23 of 23) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm.c23 static void *aes_ccm_newctx(void *provctx, size_t keybits) in aes_ccm_newctx()
H A Dcipher_aria_ccm.c18 static void *aria_ccm_newctx(void *provctx, size_t keybits) in aria_ccm_newctx()
H A Dcipher_aria_ccm_hw.c37 const PROV_CCM_HW *ossl_prov_aria_hw_ccm(size_t keybits) in ossl_prov_aria_hw_ccm()
H A Dcipher_aria_gcm.c16 static void *aria_gcm_newctx(void *provctx, size_t keybits) in aria_gcm_newctx()
H A Dcipher_aes_gcm.c23 static void *aes_gcm_newctx(void *provctx, size_t keybits) in aes_gcm_newctx()
H A Dcipher_sm4_gcm.c18 static void *sm4_gcm_newctx(void *provctx, size_t keybits) in sm4_gcm_newctx()
H A Dcipher_sm4_ccm.c18 static void *sm4_ccm_newctx(void *provctx, size_t keybits) in sm4_ccm_newctx()
H A Dcipher_sm4_ccm_hw.c38 const PROV_CCM_HW *ossl_prov_sm4_hw_ccm(size_t keybits) in ossl_prov_sm4_hw_ccm()
H A Dcipher_aria_gcm_hw.c34 const PROV_GCM_HW *ossl_prov_aria_hw_gcm(size_t keybits) in ossl_prov_aria_hw_gcm()
H A Dcipher_aes_ccm_hw.c67 const PROV_CCM_HW *ossl_prov_aes_hw_ccm(size_t keybits) in ossl_prov_aes_hw_ccm()
H A Dcipher_rc4_hw.c40 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc4(size_t keybits) in ossl_prov_cipher_hw_rc4()
H A Dcipher_sm4_gcm_hw.c84 const PROV_GCM_HW *ossl_prov_sm4_hw_gcm(size_t keybits) in ossl_prov_sm4_hw_gcm()
H A Dcipher_aes_gcm_hw.c149 const PROV_GCM_HW *ossl_prov_aes_hw_gcm(size_t keybits) in ossl_prov_aes_hw_gcm()
H A Dcipher_chacha20_hw.c118 const PROV_CIPHER_HW *ossl_prov_cipher_hw_chacha20(size_t keybits) in ossl_prov_cipher_hw_chacha20()
H A Dcipher_rc4_hmac_md5_hw.c230 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc4_hmac_md5(size_t keybits) in ossl_prov_cipher_hw_rc4_hmac_md5()
H A Dcipher_aes_siv_hw.c133 const PROV_CIPHER_HW_AES_SIV *ossl_prov_cipher_hw_aes_siv(size_t keybits) in ossl_prov_cipher_hw_aes_siv()
H A Dcipher_chacha20_poly1305_hw.c412 const PROV_CIPHER_HW *ossl_prov_cipher_hw_chacha20_poly1305(size_t keybits) in ossl_prov_cipher_hw_chacha20_poly1305()
H A Dcipher_rc2.c62 static int rc2_keybits_to_magic(int keybits) in rc2_keybits_to_magic()
H A Dcipher_aes_gcm_siv.c27 static void *ossl_aes_gcm_siv_newctx(void *provctx, size_t keybits) in ossl_aes_gcm_siv_newctx()
H A Dcipher_aes_siv.c30 static void *aes_siv_newctx(void *provctx, size_t keybits, unsigned int mode, in aes_siv_newctx()
H A Dcipher_aes_gcm_siv_hw.c329 const PROV_CIPHER_HW_AES_GCM_SIV *ossl_prov_cipher_hw_aes_gcm_siv(size_t keybits) in ossl_prov_cipher_hw_aes_gcm_siv()
H A Dciphercommon_ccm.c442 void ossl_ccm_initctx(PROV_CCM_CTX *ctx, size_t keybits, const PROV_CCM_HW *hw) in ossl_ccm_initctx()
H A Dciphercommon_gcm.c32 void ossl_gcm_initctx(void *provctx, PROV_GCM_CTX *ctx, size_t keybits, in ossl_gcm_initctx()

Completed in 40 milliseconds