Searched refs:mbedtls_sha512_ret (Results 1 – 6 of 6) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_shax.function | 194 mbedtls_sha512_ret( NULL, buflen, 197 mbedtls_sha512_ret( buf, buflen, 200 mbedtls_sha512_ret( buf, buflen, 216 TEST_ASSERT( mbedtls_sha512_ret( src_str->x, src_str->len, output, 1 ) == 0 ); 230 TEST_ASSERT( mbedtls_sha512_ret( src_str->x, src_str->len, output, 0 ) == 0 );
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | sha512.h | 258 int mbedtls_sha512_ret( const unsigned char *input,
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | entropy.c | 192 if( ( ret = mbedtls_sha512_ret( data, len, tmp, 0 ) ) != 0 ) in entropy_update() 406 if( ( ret = mbedtls_sha512_ret( buf, MBEDTLS_ENTROPY_BLOCK_SIZE, in mbedtls_entropy_func()
|
D | sha512.c | 455 int mbedtls_sha512_ret( const unsigned char *input, in mbedtls_sha512_ret() function 494 mbedtls_sha512_ret( input, ilen, output, is384 ); in mbedtls_sha512()
|
D | md.c | 648 return( mbedtls_sha512_ret( input, ilen, output, 1 ) ); in mbedtls_md() 651 return( mbedtls_sha512_ret( input, ilen, output, 0 ) ); in mbedtls_md()
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 432 TIME_AND_TSC( "SHA-512", mbedtls_sha512_ret( buf, BUFSIZE, tmp, 0 ) ); in main()
|