Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dciphercommon_gcm.c24 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out,
324 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) { in ossl_gcm_stream_update()
340 i = gcm_cipher_internal(ctx, out, outl, NULL, 0); in ossl_gcm_stream_final()
362 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) in ossl_gcm_cipher()
393 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, in gcm_cipher_internal() function