Home
last modified time | relevance | path

Searched refs:buf0 (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dentropy.c615 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/ta/pkcs11/src/
A Dserializer.c40 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 5 milliseconds