Lines Matching defs:data
92 const uint8_t *data, size_t data_length,
107 * So its data length is 2m+1 where m is the curve size in bits.
122 /* With an explicit bit-size, the data must have the matching length. */
127 /* We need to infer the bit-size from the data. Since the only
164 data,
181 data,
211 const uint8_t *data, size_t data_length,
221 data,
235 /* Re-export the data to PSA export format. There is currently no support
253 uint8_t *data,
276 data,
279 memset(data, 0, data_size);
285 mbedtls_ecp_write_key_ext(ecp, data_length, data, data_size));
293 uint8_t *data, size_t data_size, size_t *data_length)
308 ecp, data, data_size, data_length);