Home
last modified time | relevance | path

Searched refs:crp_aad_start (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/mips/cavium/cryptocteon/
H A Dcryptocteon.c280 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 Dcrypto.c1330 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 Dcryptosoft.c341 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 Dcryptodev.h478 int crp_aad_start; /* Location of AAD. */ member
H A Dcryptodev.c1052 crp->crp_aad_start = 0; in cryptodev_aead()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c711 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 Dossl.c229 error = crypto_apply(crp, crp->crp_aad_start, in ossl_process()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmsec.c582 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 Dpadlock_hash.c292 error = crypto_apply(crp, crp->crp_aad_start, crp->crp_aad_length, in padlock_authcompute()
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c411 authbuf = armv8_crypto_cipher_alloc(crp, crp->crp_aad_start, in armv8_crypto_cipher_process()
/f-stack/freebsd/netipsec/
H A Dxform_esp.c398 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 Dcrypto_os.c359 crp->crp_aad_start = 0; in freebsd_crypt_uio()
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c1280 crp->crp_aad_start, crp->crp_aad_length); in ccp_do_hmac()
1916 crp->crp_aad_start, crp->crp_aad_length); in ccp_gcm()