Home
last modified time | relevance | path

Searched refs:PROT_RSA_FMT_MASK (Results 1 – 2 of 2) sorted by relevance

/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()
1585 if ((operation & PROT_RSA_FMT_MASK) == in do_caam_decrypt()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_defines.h321 #define PROT_RSA_FMT_MASK SHIFT_U32(0x1, 12) macro