/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 27 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \ argument 311 size_t kbits, size_t blkbits, size_t ivbits, in base_init() 320 static void *aes_cbc_hmac_sha1_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha1_newctx() 360 static void *aes_cbc_hmac_sha256_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha256_newctx() 397 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \ argument
|
H A D | cipher_cts.h | 13 #define IMPLEMENT_cts_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument
|
H A D | cipher_des.c | 31 static void *des_newctx(void *provctx, size_t kbits, size_t blkbits, in des_newctx() 151 kbits, blkbits, ivbits, block) \ argument
|
H A D | cipher_tdes_common.c | 23 void *ossl_tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits, in ossl_tdes_newctx() 189 size_t kbits, size_t blkbits, size_t ivbits) in ossl_tdes_get_params()
|
H A D | cipher_sm4_xts.c | 78 size_t kbits, size_t blkbits, size_t ivbits) in sm4_xts_newctx() 243 #define IMPLEMENT_cipher(lcmode, UCMODE, kbits, flags) \ argument
|
H A D | cipher_aes_xts.c | 124 size_t kbits, size_t blkbits, size_t ivbits) in aes_xts_newctx() 279 #define IMPLEMENT_cipher(lcmode, UCMODE, kbits, flags) \ argument
|
H A D | cipher_aes_wrp.c | 50 static void *aes_wrap_newctx(size_t kbits, size_t blkbits, in aes_wrap_newctx() 286 #define IMPLEMENT_cipher(mode, fname, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
H A D | cipher_rc4.c | 71 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ argument
|
H A D | cipher_tdes.h | 34 kbits, blkbits, ivbits, block) \ argument
|
H A D | ciphercommon.c | 45 size_t kbits, size_t blkbits, size_t ivbits) in ossl_cipher_generic_get_params() 716 void ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits, in ossl_cipher_generic_initkey()
|
H A D | cipher_tdes_wrap.c | 170 # define IMPLEMENT_WRAP_CIPHER(flags, kbits, blkbits, ivbits) \ argument
|
H A D | cipher_rc5.c | 130 #define IMPLEMENT_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument
|
H A D | cipher_aes_ocb.c | 306 static void *aes_ocb_newctx(void *provctx, size_t kbits, size_t blkbits, in aes_ocb_newctx() 528 #define IMPLEMENT_cipher(mode, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
H A D | cipher_rc2.c | 234 #define IMPLEMENT_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, blkbits, \ argument
|
H A D | cipher_aes_gcm_siv.c | 273 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) … argument
|
H A D | cipher_aes_siv.c | 244 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_aead.h | 18 # define IMPLEMENT_aead_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
H A D | ciphercommon.h | 136 # define IMPLEMENT_generic_cipher_func(alg, UCALG, lcmode, UCMODE, flags, kbits,\ argument 166 kbits, blkbits, ivbits, typ) \ argument 196 kbits, blkbits, ivbits, typ) \ argument 217 # define IMPLEMENT_generic_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument 224 # define IMPLEMENT_var_keylen_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument
|
/freebsd/crypto/openssh/ |
H A D | cipher-aesctr.c | 57 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in aesctr_keysetup()
|
H A D | chacha.c | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|
/freebsd/crypto/openssl/test/ |
H A D | fake_pipelineprov.c | 40 size_t kbits, size_t ivbits) in fake_pipeline_newctx() 252 #define IMPLEMENT_aead_cipher_pipeline(alg, lc, UCMODE, flags, kbits, blkbits, \ argument
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_as.c | 221 uint_t kmask, kbits, umask, ubits; in dt_as() local
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ATTR_UNUSED(ivbits)) in chacha_keysetup()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 57 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 57 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()
|