Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dcipher_chacha20_poly1305.c32 static OSSL_FUNC_cipher_cipher_fn chacha20_poly1305_cipher; variable
37 #define chacha20_poly1305_update chacha20_poly1305_cipher
268 static int chacha20_poly1305_cipher(void *vctx, unsigned char *out, in chacha20_poly1305_cipher() function
320 { OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))chacha20_poly1305_cipher },
/openssl-master/crypto/evp/
A De_chacha20_poly1305.c364 static int chacha20_poly1305_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in chacha20_poly1305_cipher() function
620 chacha20_poly1305_cipher,

Completed in 5 milliseconds