Home
last modified time | relevance | path

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

/linux/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()