Searched refs:ivsize (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | cryptodev.c | 271 int ivsize; member 433 csp.csp_ivlen = txform->ivsize; in cse_create() 508 cse->ivsize = csp.csp_ivlen; in cse_create() 703 (cop->iv == NULL && cop->len == cse->ivsize)) { in cryptodev_op() 737 if (cse->ivsize != 0 && cop->iv == NULL) { in cryptodev_op() 773 if (cse->ivsize == 0) { in cryptodev_op() 778 error = copyin(cop->iv, crp->crp_iv, cse->ivsize); in cryptodev_op() 784 } else if (cse->ivsize != 0) { in cryptodev_op() 785 if (crp->crp_payload_length < cse->ivsize) { in cryptodev_op() 791 crp->crp_payload_length -= cse->ivsize; in cryptodev_op() [all …]
|
H A D | xform_aes_icm.c | 86 .ivsize = AES_BLOCK_LEN, 105 .ivsize = AES_GCM_IV_LEN, 127 .ivsize = AES_CCM_IV_LEN,
|
H A D | xform_chacha20_poly1305.c | 159 .ivsize = CHACHA20_POLY1305_IV_LEN, 216 .ivsize = XCHACHA20_POLY1305_IV_LEN,
|
H A D | xform_gmac.c | 60 .ivsize = AES_GCM_IV_LEN,
|
H A D | xform_enc.h | 54 uint16_t ivsize; member
|
H A D | xform_null.c | 69 .ivsize = 0,
|
H A D | xform_aes_xts.c | 67 .ivsize = AES_XTS_IV_LEN,
|
H A D | xform_aes_cbc.c | 72 .ivsize = AES_BLOCK_LEN,
|
H A D | xform_cml.c | 72 .ivsize = CAMELLIA_BLOCK_LEN,
|
H A D | cryptosoft.c | 1462 txf->ivsize != csp->csp_ivlen) in swcr_cipher_supported()
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_cipher.h | 49 uint16_t ivsize; member
|
H A D | ossl_aes.c | 56 .ivsize = AES_BLOCK_LEN, 67 .ivsize = AES_GCM_IV_LEN,
|
H A D | ossl_chacha20.c | 48 .ivsize = CHACHA_CTR_SIZE,
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha-sw.c | 55 .ivsize = CHACHA_NONCELEN + CHACHA_CTRLEN,
|
/freebsd/sys/netipsec/ |
H A D | xform_esp.c | 183 sav->ivlen = txform->ivsize; in esp_init() 248 csp.csp_ivlen = txform->ivsize; in esp_init()
|
H A D | key.c | 7540 alg->sadb_alg_ivlen = ealgo->ivsize; in key_register()
|