Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c20 #define CHACHA20_POLY1305_MAX_IVLEN 12 macro
172 if (len == 0 || len > CHACHA20_POLY1305_MAX_IVLEN) { in chacha20_poly1305_set_ctx_params()
/openssl/crypto/evp/
H A De_chacha20_poly1305.c34 #define CHACHA20_POLY1305_MAX_IVLEN 12 macro
538 if (arg <= 0 || arg > CHACHA20_POLY1305_MAX_IVLEN) in chacha20_poly1305_ctrl()

Completed in 15 milliseconds