Searched refs:ossl_chacha20_einit (Results 1 – 3 of 3) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20.h | 32 OSSL_FUNC_cipher_encrypt_init_fn ossl_chacha20_einit; variable
|
H A D | cipher_chacha20.c | 168 int ossl_chacha20_einit(void *vctx, const unsigned char *key, size_t keylen, in ossl_chacha20_einit() function 211 { OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))ossl_chacha20_einit },
|
H A D | cipher_chacha20_poly1305_hw.c | 70 return ossl_chacha20_einit(&ctx->chacha, key, keylen, NULL, 0, NULL); in chacha20_poly1305_initkey() 93 ret = ossl_chacha20_einit(&ctx->chacha, NULL, 0, in chacha20_poly1305_initiv()
|
Completed in 6 milliseconds