Searched refs:buffer_length (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_pake.c | 252 operation->buffer_length = 0; in mbedtls_psa_pake_setup() 314 &operation->buffer_length, in mbedtls_psa_pake_output_internal() 326 &operation->buffer_length, in mbedtls_psa_pake_output_internal() 357 if (operation->buffer_offset + length > operation->buffer_length) { in mbedtls_psa_pake_output_internal() 376 operation->buffer_length = 0; in mbedtls_psa_pake_output_internal() 447 if (operation->buffer_length + sizeof(ecparameters) > in mbedtls_psa_pake_input_internal() 452 memcpy(operation->buffer + operation->buffer_length, in mbedtls_psa_pake_input_internal() 454 operation->buffer_length += sizeof(ecparameters); in mbedtls_psa_pake_input_internal() 462 if (operation->buffer_length + input_length + 1 > sizeof(operation->buffer)) { in mbedtls_psa_pake_input_internal() 467 operation->buffer[operation->buffer_length] = (uint8_t) input_length; in mbedtls_psa_pake_input_internal() [all …]
|
| H A D | psa_crypto_core.h | 236 * \param[in] buffer_length Requested size of the buffer. 246 size_t buffer_length);
|
| H A D | psa_crypto.c | 708 size_t buffer_length) in psa_allocate_buffer_to_slot() 711 if (buffer_length > ((size_t) MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE)) { in psa_allocate_buffer_to_slot() 719 slot->key.data = mbedtls_calloc(1, buffer_length); in psa_allocate_buffer_to_slot() 725 slot->key.bytes = buffer_length; in psa_allocate_buffer_to_slot() 8616 uint8_t *buffer, size_t buffer_size, size_t *buffer_length) in psa_crypto_driver_pake_get_user_len() 8627 *buffer_length = inputs->password_len; in psa_crypto_driver_pake_get_user() 706 psa_allocate_buffer_to_slot(psa_key_slot_t * slot,size_t buffer_length) psa_allocate_buffer_to_slot() argument 8596 psa_crypto_driver_pake_get_password(const psa_crypto_driver_pake_inputs_t * inputs,uint8_t * buffer,size_t buffer_size,size_t * buffer_length) psa_crypto_driver_pake_get_password() argument
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_builtin_composites.h | 199 size_t MBEDTLS_PRIVATE(buffer_length);
|
| H A D | crypto_extra.h | 1354 * \param[out] buffer_length Actual size of the password in bytes. 1363 uint8_t *buffer, size_t buffer_size, size_t *buffer_length);
|