HomeSort by: relevance | last modified time | path
    Searched refs:OCB_MIN_IV_LEN (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_ocb.c 27 #define OCB_MIN_IV_LEN 1
118 if (ivlen < OCB_MIN_IV_LEN || ivlen > OCB_MAX_IV_LEN) {
392 if (sz < OCB_MIN_IV_LEN || sz > OCB_MAX_IV_LEN)
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_ocb.c 27 #define OCB_MIN_IV_LEN 1
120 if (ivlen < OCB_MIN_IV_LEN || ivlen > OCB_MAX_IV_LEN) {
396 if (sz < OCB_MIN_IV_LEN || sz > OCB_MAX_IV_LEN)

Completed in 25 milliseconds