Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dlocal.h66 enum caam_cipher_block { enum
84 enum caam_status caam_cipher_block(struct cipherdata *ctx, bool savectx,
H A Dcaam_cipher_xts.c60 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 Dcaam_cipher.c134 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 Dcaam_cipher_mac.c235 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()