Searched refs:CHACHA20_POLY1305_KEYLEN (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.c | 17 #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()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.c | 17 #define CHACHA20_POLY1305_KEYLEN CHACHA_KEY_SIZE macro 47 ossl_cipher_generic_initkey(&ctx->base, CHACHA20_POLY1305_KEYLEN * 8, in chacha20_poly1305_newctx() 53 CHACHA20_POLY1305_KEYLEN * 8), in chacha20_poly1305_newctx() 74 CHACHA20_POLY1305_KEYLEN * 8, in chacha20_poly1305_get_params() 92 if (p != NULL && !OSSL_PARAM_set_size_t(p, CHACHA20_POLY1305_KEYLEN)) { in chacha20_poly1305_get_ctx_params() 159 if (len != CHACHA20_POLY1305_KEYLEN) { in chacha20_poly1305_set_ctx_params()
|
Completed in 2 milliseconds