Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_rsa.c1534 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()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_desc_defines.h345 #define PROT_RSA_KEY_ENC(format) SHIFT_U32((PROT_RSA_KEY_ENC_##format) & 0x3, 8) macro