Searched refs:ossl_aes_gcm_siv_init (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_siv.c | 91 static int ossl_aes_gcm_siv_init(void *vctx, const unsigned char *key, size_t keylen, in ossl_aes_gcm_siv_init() function 127 return ossl_aes_gcm_siv_init(vctx, key, keylen, iv, ivlen, params, 1); in ossl_aes_gcm_siv_einit() 134 return ossl_aes_gcm_siv_init(vctx, key, keylen, iv, ivlen, params, 0); in ossl_aes_gcm_siv_dinit()
|
Completed in 6 milliseconds