Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c87 gcm_finish(struct ossl_gcm_context *ctx, const unsigned char *tag, size_t len) in gcm_finish() function
334 gcm_finish(ctx, NULL, 0); in gcm_tag()
344 .finish = gcm_finish,