Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h259 extern int gcm_decrypt_final(gcm_ctx_t *, crypto_data_t *, size_t,
/freebsd/sys/contrib/openzfs/module/icp/io/
H A Daes.c349 ret = gcm_decrypt_final((gcm_ctx_t *)&aes_ctx, in aes_decrypt_atomic()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c374 gcm_decrypt_final(gcm_ctx_t *ctx, crypto_data_t *out, size_t block_size, in gcm_decrypt_final() function