Searched refs:dec_final (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/ |
A D | drvcrypt_authenc.h | 82 TEE_Result (*dec_final)(struct drvcrypt_authenc_final *dfinal); member
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/authenc/ |
A D | authenc.c | 263 if (authenc->op && authenc->op->dec_final) { in authenc_dec_final() 274 ret = authenc->op->dec_final(&dfinal); in authenc_dec_final() 299 .dec_final = authenc_dec_final,
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ccm.c | 227 .dec_final = crypto_aes_ccm_dec_final,
|
A D | gcm.c | 215 .dec_final = crypto_aes_gcm_dec_final,
|
/optee_os-3.20.0/core/drivers/crypto/stm32/ |
A D | authenc.c | 368 .dec_final = &stm32_ae_dec_final,
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto_impl.h | 263 TEE_Result (*dec_final)(struct crypto_authenc_ctx *ctx, member
|
/optee_os-3.20.0/core/crypto/ |
A D | aes-gcm.c | 513 .dec_final = aes_gcm_dec_final,
|
A D | crypto.c | 430 return ae_ops(ctx)->dec_final(ctx, src_data, src_len, dst_data, tag, in crypto_authenc_dec_final()
|
/optee_os-3.20.0/core/drivers/crypto/versal/ |
A D | authenc.c | 837 .dec_final = do_dec_final_locked,
|
Completed in 13 milliseconds