Home
last modified time | relevance | path

Searched refs:oicv (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dtalitos.c1049 char *oicv, *icv; in ipsec_esp_decrypt_swauth_done() local
1057 oicv = edesc->buf + edesc->dma_len; in ipsec_esp_decrypt_swauth_done()
1058 icv = oicv - authsize; in ipsec_esp_decrypt_swauth_done()
1060 err = crypto_memneq(oicv, icv, authsize) ? -EBADMSG : 0; in ipsec_esp_decrypt_swauth_done()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dtalitos.c1050 char *oicv, *icv; in ipsec_esp_decrypt_swauth_done() local
1058 oicv = edesc->buf + edesc->dma_len; in ipsec_esp_decrypt_swauth_done()
1059 icv = oicv - authsize; in ipsec_esp_decrypt_swauth_done()
1061 err = crypto_memneq(oicv, icv, authsize) ? -EBADMSG : 0; in ipsec_esp_decrypt_swauth_done()

Completed in 9 milliseconds