Searched refs:gcm_cipher_internal (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm.c | 25 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, 345 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) { in ossl_gcm_stream_update() 361 i = gcm_cipher_internal(ctx, out, outl, NULL, 0); in ossl_gcm_stream_final() 383 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) in ossl_gcm_cipher() 414 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, in gcm_cipher_internal() function
|
Completed in 5 milliseconds