Home
last modified time | relevance | path

Searched refs:TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1 (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/drivers/crypto/se050/core/
H A Drsa.c89 case TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1: in tee2se050()
728 return encrypt_es(TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1, in do_encrypt()
808 return decrypt_es(TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1, in do_decrypt()
/optee_os/ta/pkcs11/src/
H A Dprocessing_rsa.c368 *tee_id = TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1; in pkcs2tee_algo_rsa_oaep()
463 *tee_id = TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1; in pkcs2tee_algo_rsa_aes_wrap()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h266 #define TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1 0x60210230 macro
/optee_os/core/lib/libtomcrypt/
H A Drsa.c36 case TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1: in tee_algo_to_ltc_hashindex()
/optee_os/lib/libmbedtls/core/
H A Drsa.c47 case TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1: in tee_algo_to_mbedtls_hash_algo()
/optee_os/lib/libutee/
H A Dtee_api_operations.c211 case TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1: in TEE_AllocateOperation()
2615 alg == TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1) in TEE_IsAlgorithmSupported()
/optee_os/core/tee/
H A Dtee_svc_cryp.c4519 case TEE_ALG_RSAES_PKCS1_OAEP_MGF1_SHA1: in syscall_asymm_operate()