Home
last modified time | relevance | path

Searched refs:TEE_AllocateTransientObject (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_ec.c612 res = TEE_AllocateTransientObject(TEE_TYPE_ECDSA_KEYPAIR, tee_size, in generate_ec_keys()
742 res = TEE_AllocateTransientObject(TEE_TYPE_ED25519_KEYPAIR, tee_size, in generate_eddsa_keys()
A Dprocessing_asymm.c343 res = TEE_AllocateTransientObject(obj->key_type, object_size, in load_tee_key()
892 res = TEE_AllocateTransientObject(TEE_TYPE_GENERIC_SECRET, in do_asymm_derivation()
A Dprocessing_rsa.c736 res = TEE_AllocateTransientObject(TEE_TYPE_RSA_KEYPAIR, modulus_bits, in generate_rsa_keys()
A Dprocessing_symm.c389 res = TEE_AllocateTransientObject(tee_key_type, object_size, in load_tee_key()
/optee_os-3.20.0/ta/trusted_keys/
A Dentry.c167 res = TEE_AllocateTransientObject(TEE_TYPE_AES, sizeof(huk_key) * 8, in huk_crypt()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_internal_api.h133 TEE_Result TEE_AllocateTransientObject(TEE_ObjectType objectType,
/optee_os-3.20.0/lib/libutee/
A Dtee_api_objects.c222 TEE_Result TEE_AllocateTransientObject(TEE_ObjectType objectType, in TEE_AllocateTransientObject() function
A Dtee_api_operations.c324 res = TEE_AllocateTransientObject(key_type, mks, &op->key1); in TEE_AllocateOperation()
329 res = TEE_AllocateTransientObject(key_type, mks, in TEE_AllocateOperation()

Completed in 13 milliseconds