Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c28 #define OCB_MAX_IV_LEN 15 macro
120 if (ivlen < OCB_MIN_IV_LEN || ivlen > OCB_MAX_IV_LEN) { in aes_ocb_init()
386 if (sz < OCB_MIN_IV_LEN || sz > OCB_MAX_IV_LEN) in aes_ocb_set_ctx_params()

Completed in 11 milliseconds