Searched refs:PROT_RSA_FMT_MASK (Results 1 – 2 of 2) sorted by relevance
1403 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()
321 #define PROT_RSA_FMT_MASK SHIFT_U32(0x1, 12) macro