Home
last modified time | relevance | path

Searched refs:TEE_TYPE_RSA_KEYPAIR (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_defines.h311 #define TEE_TYPE_RSA_KEYPAIR 0xA1000030 macro
/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_asymm.c192 *tee_type = TEE_TYPE_RSA_KEYPAIR; in pkcs2tee_key_type()
288 (obj->key_type == TEE_TYPE_RSA_KEYPAIR && in load_tee_key()
A Dprocessing_rsa.c736 res = TEE_AllocateTransientObject(TEE_TYPE_RSA_KEYPAIR, modulus_bits, in generate_rsa_keys()
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c551 PROP(TEE_TYPE_RSA_KEYPAIR, 1, 256, CFG_CORE_BIGNUM_MAX_BITS,
1372 if (src->info.objectType != TEE_TYPE_RSA_KEYPAIR) in tee_obj_attr_copy_from()
1498 case TEE_TYPE_RSA_KEYPAIR: in tee_obj_set_type()
2373 case TEE_TYPE_RSA_KEYPAIR: in syscall_obj_generate_key()
2523 req_key_type = TEE_TYPE_RSA_KEYPAIR; in tee_svc_cryp_check_key_type()

Completed in 15 milliseconds