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