Searched refs:chacha20_cipher (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_hw.c | 41 static int chacha20_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, in chacha20_cipher() function 114 { chacha20_initkey, chacha20_cipher },
|
H A D | cipher_chacha20.c | 30 #define chacha20_cipher ossl_cipher_generic_cipher macro 215 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))chacha20_cipher},
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_hw.c | 41 static int chacha20_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, in chacha20_cipher() function 114 { chacha20_initkey, chacha20_cipher },
|
H A D | cipher_chacha20.c | 29 #define chacha20_cipher ossl_cipher_generic_cipher macro 194 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))chacha20_cipher},
|
Completed in 2 milliseconds