Searched refs:PROT_RSA_KEY_ENC (Results 1 – 2 of 2) sorted by relevance
1534 operation |= PROT_RSA_KEY_ENC(NONE); in do_caam_decrypt()1537 operation |= PROT_RSA_KEY_ENC(ECB); in do_caam_decrypt()1540 operation |= PROT_RSA_KEY_ENC(CCM); in do_caam_decrypt()
345 #define PROT_RSA_KEY_ENC(format) SHIFT_U32((PROT_RSA_KEY_ENC_##format) & 0x3, 8) macro