Searched refs:param_type (Results 1 – 5 of 5) sorted by relevance
| /optee_test/ta/crypt/include/ |
| A D | cryp_taf.h | 49 TEE_Result ta_entry_allocate_transient_object(uint32_t param_type, 52 TEE_Result ta_entry_free_transient_object(uint32_t param_type, 55 TEE_Result ta_entry_reset_transient_object(uint32_t param_type, 58 TEE_Result ta_entry_populate_transient_object(uint32_t param_type, 61 TEE_Result ta_entry_copy_object_attributes(uint32_t param_type, 66 TEE_Result ta_entry_asymmetric_encrypt(uint32_t param_type, 69 TEE_Result ta_entry_asymmetric_decrypt(uint32_t param_type, 72 TEE_Result ta_entry_asymmetric_sign_digest(uint32_t param_type, 75 TEE_Result ta_entry_asymmetric_verify_digest(uint32_t param_type, 80 TEE_Result ta_entry_random_number_generate(uint32_t param_type, [all …]
|
| A D | arith_taf.h | 9 TEE_Result ta_entry_arith_new_var(uint32_t param_type, 11 TEE_Result ta_entry_arith_new_fmm_ctx(uint32_t param_type, 19 TEE_Result ta_entry_arith_from_s32(uint32_t param_type, 31 TEE_Result ta_entry_arith_cmp(uint32_t param_type, 35 TEE_Result ta_entry_arith_add(uint32_t param_type, 37 TEE_Result ta_entry_arith_sub(uint32_t param_type, 39 TEE_Result ta_entry_arith_mul(uint32_t param_type, 41 TEE_Result ta_entry_arith_neg(uint32_t param_type, 43 TEE_Result ta_entry_arith_sqr(uint32_t param_type, 45 TEE_Result ta_entry_arith_div(uint32_t param_type, [all …]
|
| A D | mbedtls_taf.h | 9 TEE_Result ta_entry_mbedtls_self_tests(uint32_t param_type, 11 TEE_Result ta_entry_mbedtls_check_cert(uint32_t param_type, 13 TEE_Result ta_entry_mbedtls_sign_cert(uint32_t param_type,
|
| /optee_test/ta/crypt/ |
| A D | cryp_taf.c | 12 if ((pt) != param_type) \ 152 if (param_type == TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in ta_entry_cipher_init() 205 if (param_type == TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in ta_entry_mac_init() 265 TEE_Result ta_entry_allocate_transient_object(uint32_t param_type, in ta_entry_allocate_transient_object() argument 283 TEE_Result ta_entry_free_transient_object(uint32_t param_type, in ta_entry_free_transient_object() argument 296 TEE_Result ta_entry_reset_transient_object(uint32_t param_type, in ta_entry_reset_transient_object() argument 397 TEE_Result ta_entry_copy_object_attributes(uint32_t param_type, in ta_entry_copy_object_attributes() argument 482 TEE_Result ta_entry_asymmetric_sign_digest(uint32_t param_type, in ta_entry_asymmetric_sign_digest() argument 508 TEE_Result ta_entry_asymmetric_verify_digest(uint32_t param_type, in ta_entry_asymmetric_verify_digest() argument 557 TEE_Result ta_entry_random_number_generate(uint32_t param_type, in ta_entry_random_number_generate() argument [all …]
|
| A D | mbedtls_taf.c | 31 ta_entry_mbedtls_self_tests(uint32_t param_type, in ta_entry_mbedtls_self_tests() argument 39 if (param_type != exp_pt) in ta_entry_mbedtls_self_tests() 66 TEE_Result ta_entry_mbedtls_check_cert(uint32_t param_type, in ta_entry_mbedtls_check_cert() argument 79 if (param_type != exp_pt) in ta_entry_mbedtls_check_cert() 200 TEE_Result ta_entry_mbedtls_sign_cert(uint32_t param_type, in ta_entry_mbedtls_sign_cert() argument 217 if (param_type != exp_pt) in ta_entry_mbedtls_sign_cert()
|
Completed in 12 milliseconds