Home
last modified time | relevance | path

Searched refs:crp_esn (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dxform_ah.c664 memcpy(crp->crp_esn, &seqh, sizeof(seqh)); in ah_input()
1047 memcpy(crp->crp_esn, &seqh, sizeof(seqh)); in ah_output()
H A Dxform_esp.c402 memcpy(crp->crp_esn, &seqh, sizeof(seqh)); in esp_input()
942 memcpy(crp->crp_esn, &seqh, sizeof(seqh)); in esp_output()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.h480 uint8_t crp_esn[4]; /* high-order ESN */ member
H A Dcryptosoft.c358 axf->Update(&ctx, crp->crp_esn, 4); in swcr_authcompute()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c875 ses->hash_update(&sctx, crp->crp_esn, 4); in aesni_cipher_mac()