Searched refs:crp_aad_start (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cryptocteon.c | 280 crp->crp_aad_start + crp->crp_aad_length) { in cryptocteon_process() 288 auth_off = crp->crp_aad_start; in cryptocteon_process()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | crypto.c | 1330 KASSERT(crp->crp_aad_start == 0 || in crp_sanity() 1331 crp->crp_aad_start < ilen, in crp_sanity() 1334 crp->crp_aad_start == 0, in crp_sanity() 1337 crp->crp_aad_start + crp->crp_aad_length <= ilen, in crp_sanity() 1342 KASSERT(crp->crp_aad_start == 0, in crp_sanity() 1348 KASSERT(crp->crp_aad == NULL && crp->crp_aad_start == 0 && in crp_sanity()
|
| H A D | cryptosoft.c | 341 err = crypto_apply(crp, crp->crp_aad_start, crp->crp_aad_length, in swcr_authcompute() 518 crypto_cursor_advance(&cc_in, crp->crp_aad_start); in swcr_gcm() 753 error = crypto_apply(crp, crp->crp_aad_start, in swcr_ccm()
|
| H A D | cryptodev.h | 478 int crp_aad_start; /* Location of AAD. */ member
|
| H A D | cryptodev.c | 1052 crp->crp_aad_start = 0; in cryptodev_aead()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 711 authbuf = aesni_cipher_alloc(crp, crp->crp_aad_start, in aesni_cipher_crypt() 862 crypto_apply(crp, crp->crp_aad_start, in aesni_cipher_mac() 896 crypto_apply(crp, crp->crp_aad_start, in aesni_cipher_mac()
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl.c | 229 error = crypto_apply(crp, crp->crp_aad_start, in ossl_process()
|
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmsec.c | 582 crp->crp_aad_start + crp->crp_aad_length) { in xlp_sec_process() 650 cmd->hashoff = crp->crp_aad_start; in xlp_sec_process()
|
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock_hash.c | 292 error = crypto_apply(crp, crp->crp_aad_start, crp->crp_aad_length, in padlock_authcompute()
|
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto.c | 411 authbuf = armv8_crypto_cipher_alloc(crp, crp->crp_aad_start, in armv8_crypto_cipher_process()
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_esp.c | 398 crp->crp_aad_start = skip; in esp_input() 939 crp->crp_aad_start = skip; in esp_output()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | crypto_os.c | 359 crp->crp_aad_start = 0; in freebsd_crypt_uio()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp_hardware.c | 1280 crp->crp_aad_start, crp->crp_aad_length); in ccp_do_hmac() 1916 crp->crp_aad_start, crp->crp_aad_length); in ccp_gcm()
|