Home
last modified time | relevance | path

Searched refs:gcm_cipher_internal (Results 1 – 1 of 1) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dciphercommon_gcm.c24 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out,
311 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) { in ossl_gcm_stream_update()
327 i = gcm_cipher_internal(ctx, out, outl, NULL, 0); in ossl_gcm_stream_final()
349 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) in ossl_gcm_cipher()
380 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, in gcm_cipher_internal() function

Completed in 4 milliseconds