Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c17 #define CHACHA20_POLY1305_KEYLEN CHACHA_KEY_SIZE macro
48 ossl_cipher_generic_initkey(&ctx->base, CHACHA20_POLY1305_KEYLEN * 8, in chacha20_poly1305_newctx()
54 CHACHA20_POLY1305_KEYLEN * 8), in chacha20_poly1305_newctx()
94 CHACHA20_POLY1305_KEYLEN * 8, in chacha20_poly1305_get_params()
112 if (p != NULL && !OSSL_PARAM_set_size_t(p, CHACHA20_POLY1305_KEYLEN)) { in chacha20_poly1305_get_ctx_params()
179 if (len != CHACHA20_POLY1305_KEYLEN) { in chacha20_poly1305_set_ctx_params()

Completed in 3 milliseconds