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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_ocb.h14 #define OCB_MAX_TAG_LEN AES_BLOCK_SIZE macro
34 unsigned char tag[OCB_MAX_TAG_LEN];
H A Dcipher_aes_ocb.c372 if (p->data_size > OCB_MAX_TAG_LEN)

Completed in 168 milliseconds