Searched refs:caam_cipher_block (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/drivers/crypto/caam/cipher/ |
| H A D | local.h | 66 enum caam_cipher_block { enum 84 enum caam_status caam_cipher_block(struct cipherdata *ctx, bool savectx,
|
| H A D | caam_cipher_xts.c | 60 retstatus = caam_cipher_block(ctx, false, NEED_KEY1, ctx->encrypt, tmp, in do_tweak_block() 124 retstatus = caam_cipher_block(ctx, false, NEED_KEY2, true, &tweak, in caam_cipher_update_xts() 242 retstatus = caam_cipher_block(ctx, false, NEED_KEY2, false, &enc_tweak, in caam_cipher_update_xts()
|
| H A D | caam_cipher.c | 134 enum caam_status caam_cipher_block(struct cipherdata *ctx, bool savectx, in caam_cipher_block() function 606 retstatus = caam_cipher_block(ctx, true, NEED_KEY1, in do_update_streaming() 707 retstatus = caam_cipher_block(ctx, false, NEED_KEY1, in do_update_streaming() 793 retstatus = caam_cipher_block(ctx, true, NEED_KEY1, in do_update_cipher()
|
| H A D | caam_cipher_mac.c | 235 retstatus = caam_cipher_block(ctx, true, NEED_KEY1, true, &src, in do_update_mac() 258 retstatus = caam_cipher_block(ctx, true, NEED_KEY1, true, &src, in do_update_mac()
|