Searched refs:gcm_init (Results 1 – 1 of 1) sorted by relevance
/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon_gcm.c | 41 static int gcm_init(void *vctx, const unsigned char *key, size_t keylen, in gcm_init() function 77 return gcm_init(vctx, key, keylen, iv, ivlen, params, 1); in ossl_gcm_einit() 84 return gcm_init(vctx, key, keylen, iv, ivlen, params, 0); in ossl_gcm_dinit()
|
Completed in 3 milliseconds