Searched defs:tag (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_aes.c110 int tag_set; /* Set if tag is valid */
1240 /* If decrypting correct for tag too */
1246 /* Extra padding: tag appended to record */
1350 * followed by the payload and finally the tag. On encrypt generate IV,
1351 * encrypt payload and write the tag. On verify retrieve IV, decrypt payload
1352 * and verify tag.
1417 /* Finally write tag */
1457 /* Retrieve tag */
1459 /* If tag mismatch wipe buffer */
1898 unsigned char tag[1 local
[all...]

Completed in 42 milliseconds