Searched refs:chacha20_poly1305_cipher (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.c | 32 static OSSL_FUNC_cipher_cipher_fn chacha20_poly1305_cipher; variable 37 #define chacha20_poly1305_update chacha20_poly1305_cipher 285 static int chacha20_poly1305_cipher(void *vctx, unsigned char *out, in chacha20_poly1305_cipher() function 338 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))chacha20_poly1305_cipher },
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305.c | 31 static OSSL_FUNC_cipher_cipher_fn chacha20_poly1305_cipher; variable 36 #define chacha20_poly1305_update chacha20_poly1305_cipher 265 static int chacha20_poly1305_cipher(void *vctx, unsigned char *out, in chacha20_poly1305_cipher() function 317 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))chacha20_poly1305_cipher },
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 364 static int chacha20_poly1305_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in chacha20_poly1305_cipher() function 620 chacha20_poly1305_cipher,
|
/third_party/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 364 static int chacha20_poly1305_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in chacha20_poly1305_cipher() function 620 chacha20_poly1305_cipher,
|
Completed in 4 milliseconds