Lines Matching refs:data_length
92 const uint8_t *data, size_t data_length, in mbedtls_psa_ecp_load_representation() argument
98 size_t curve_bytes = data_length; in mbedtls_psa_ecp_load_representation()
109 if ((data_length & 1) == 0) { in mbedtls_psa_ecp_load_representation()
112 curve_bytes = data_length / 2; in mbedtls_psa_ecp_load_representation()
165 data_length)); in mbedtls_psa_ecp_load_representation()
182 data_length)); in mbedtls_psa_ecp_load_representation()
211 const uint8_t *data, size_t data_length, in mbedtls_psa_ecp_import_key() argument
222 data_length, in mbedtls_psa_ecp_import_key()
255 size_t *data_length) in mbedtls_psa_ecp_export_key() argument
275 data_length, in mbedtls_psa_ecp_export_key()
285 mbedtls_ecp_write_key_ext(ecp, data_length, data, data_size)); in mbedtls_psa_ecp_export_key()
293 uint8_t *data, size_t data_size, size_t *data_length) in mbedtls_psa_ecp_export_public_key() argument
308 ecp, data, data_size, data_length); in mbedtls_psa_ecp_export_public_key()