Searched refs:buffer_length (Results 1 – 3 of 3) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_core.h | 216 size_t buffer_length );
|
D | psa_crypto.c | 590 size_t buffer_length ) in psa_allocate_buffer_to_slot() argument 595 slot->key.data = mbedtls_calloc( 1, buffer_length ); in psa_allocate_buffer_to_slot() 599 slot->key.bytes = buffer_length; in psa_allocate_buffer_to_slot()
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 1044 size_t buffer_length; 1063 buffer_length = PSA_ASYMMETRIC_ENCRYPT_OUTPUT_SIZE( key_type, key_bits, 1065 ASSERT_ALLOC( buffer, buffer_length ); 1070 buffer, buffer_length, 1078 if( buffer_length != 0 ) 1079 memset( buffer, 0, buffer_length ); 1081 buffer, buffer_length, 1083 buffer, buffer_length,
|