Searched refs:CLASS_2 (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/caam/hash/ |
A D | caam_hash_mac.c | 90 caam_desc_fifo_load(desc, &key, CLASS_2, MSG, LAST_C2); in do_reduce_key() 92 caam_desc_store(desc, reduce_key, CLASS_2, REG_CTX); in do_reduce_key() 174 caam_desc_load_key(desc, &reduce_key, CLASS_2, REG); in do_hmac_init() 177 caam_desc_add_word(desc, FIFO_LD_IMM(CLASS_2, MSG, LAST_C2, 0)); in do_hmac_init()
|
A D | caam_hash.c | 410 LD_NOIMM(CLASS_2, REG_CTX, ctx->ctx.length)); in do_update_hash() 429 caam_desc_add_word(desc, FIFO_LD(CLASS_2, MSG, NOACTION, in do_update_hash() 436 caam_desc_fifo_load(desc, src, CLASS_2, MSG, LAST_C2); in do_update_hash() 444 ST_NOIMM(CLASS_2, REG_CTX, ctx->ctx.length)); in do_update_hash() 617 LD_NOIMM(CLASS_2, REG_CTX, ctx->ctx.length)); in caam_hash_hmac_final() 636 caam_desc_add_word(desc, FIFO_LD_EXT(CLASS_2, MSG, LAST_C2)); in caam_hash_hmac_final() 647 caam_desc_store(desc, &dig, CLASS_2, REG_CTX); in caam_hash_hmac_final()
|
/optee_os-3.20.0/core/drivers/crypto/caam/include/ |
A D | caam_desc_helper.h | 386 (CMD_KEY_TYPE | CMD_CLASS(CLASS_2) | KEY_DEST(MDHA_SPLIT) | \
|
A D | caam_desc_defines.h | 20 #define CLASS_2 0x2 macro
|
/optee_os-3.20.0/core/drivers/crypto/caam/acipher/ |
A D | caam_prime_dsa.c | 335 ST_NOIMM_SEQ(CLASS_2, REG_CTX, hash_func->size)); in do_desc_gen_x()
|
Completed in 10 milliseconds