Searched refs:buf0 (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | entropy.c | 615 unsigned char buf0[2 * sizeof( unsigned long long int )]; in mbedtls_entropy_source_self_test() local 621 memset( buf0, 0x00, sizeof( buf0 ) ); in mbedtls_entropy_source_self_test() 624 if( ( ret = mbedtls_entropy_source_self_test_gather( buf0, sizeof( buf0 ) ) ) != 0 ) in mbedtls_entropy_source_self_test() 630 if( ( ret = mbedtls_entropy_source_self_test_check_bits( buf0, sizeof( buf0 ) ) ) != 0 ) in mbedtls_entropy_source_self_test() 637 ret = memcmp( buf0, buf1, sizeof( buf0 ) ) == 0; in mbedtls_entropy_source_self_test()
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | serializer.c | 40 const void *buf0, size_t buf0_sz, in alloc_and_get() argument 66 TEE_MemMove(ptr, buf0, buf0_sz); in alloc_and_get()
|
Completed in 4 milliseconds