Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
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_hw.c34 const PROV_GCM_HW *ossl_prov_aria_hw_gcm(size_t keybits) in ossl_prov_aria_hw_gcm()
H A Dcipher_aes_gcm.c23 static void *aes_gcm_newctx(void *provctx, size_t keybits) in aes_gcm_newctx()
H A Dcipher_aria_gcm.c16 static void *aria_gcm_newctx(void *provctx, size_t keybits) in aria_gcm_newctx()
H A Dcipher_aria_ccm.c18 static void *aria_ccm_newctx(void *provctx, size_t keybits) in aria_ccm_newctx()
H A Dcipher_aes_ccm.c23 static void *aes_ccm_newctx(void *provctx, size_t keybits) in aes_ccm_newctx()
H A Dcipher_aes_ccm_hw.c65 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_aes_gcm_hw.c145 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_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_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_chacha20_poly1305_hw.c410 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_siv.c30 static void *aes_siv_newctx(void *provctx, size_t keybits, unsigned int mode, in aes_siv_newctx()
H A Dciphercommon_ccm.c445 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()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dautoca.c270 int keybits; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A DaaA.d332 size_t keybits = aa.keysz / (void*).sizeof; in immutable() local
/netbsd-src/usr.sbin/fstyp/
H A Dhammer2_disk.h629 uint8_t keybits; /* #of keybits masked off 0=leaf */ member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto.c100 size_t *keybits) in krb5_enctype_keybits()