Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_helper.h492 (CMD_OP_TYPE | PROTID(RSA_ENC) | PROT_RSA_FMT(format))
498 (CMD_OP_TYPE | PROTID(RSA_DEC) | PROT_RSA_FMT(format))
H A Dcaam_desc_defines.h318 #define PROT_RSA_FMT(format) SHIFT_U32((PROT_RSA_FMT_##format) & 0x1, 12) macro
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_rsa.c1403 if ((operation & PROT_RSA_FMT_MASK) == PROT_RSA_FMT(PKCS_V1_5)) { in do_caam_decrypt()
1549 if ((operation & PROT_RSA_FMT_MASK) == PROT_RSA_FMT(PKCS_V1_5)) { in do_caam_decrypt()
1581 if ((operation & PROT_RSA_FMT_MASK) == PROT_RSA_FMT(NO) && in do_caam_decrypt()
1586 PROT_RSA_FMT(PKCS_V1_5)) { in do_caam_decrypt()