Searched refs:pack_attrs (Results 1 – 3 of 3) sorted by relevance
/optee_test/host/xtest/ |
A D | xtest_helpers.h | 101 TEE_Result pack_attrs(const TEE_Attribute *attrs, uint32_t attr_count,
|
A D | xtest_helpers.c | 127 TEE_Result pack_attrs(const TEE_Attribute *attrs, uint32_t attr_count, in pack_attrs() function 204 res = pack_attrs(attrs, attr_count, &buf, &blen); in ta_crypt_cmd_populate_transient_object() 292 res = pack_attrs(params, paramCount, &buf, &blen); in ta_crypt_cmd_derive_key()
|
A D | regression_4000.c | 644 res = pack_attrs(params, paramCount, &buf, &blen); in ta_crypt_cmd_asymmetric_operate() 742 res = pack_attrs(params, paramCount, &buf, &blen); in ta_crypt_cmd_asymmetric_verify() 821 res = pack_attrs(params, paramCount, &buf, &blen); in ta_crypt_cmd_generate_key()
|
Completed in 12 milliseconds