Home
last modified time | relevance | path

Searched refs:mbedtls_sha512 (Results 1 – 11 of 11) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_shax.data138 mbedtls_sha512:"":"cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0…
142 mbedtls_sha512:"8f":"e4cd2d19931b5aad9c920f45f56f6ce34e3d38c6d319a6e11d0588ab8b838576d6ce6d68eea7c8…
146 mbedtls_sha512:"e724":"7dbb520221a70287b23dbcf62bfc1b73136d858e86266732a7fffa875ecaa2c1b8f673b5c065…
150 mbedtls_sha512:"de4c90":"33ce98281045a5c4c9df0363d8196f1d7dfcd5ee46ac89776fd8a4344c12f123a66788af5b…
154 mbedtls_sha512:"a801e94b":"dadb1b5a27f9fece8d86adb2a51879beb1787ff28f4e8ce162cad7fee0f942efcabbf738…
158 mbedtls_sha512:"94390d3502":"b6175c4c4cccf69e0ce5f0312010886ea6b34d43673f942ae42483f9cbb7da817de4e1…
162 mbedtls_sha512:"49297dd63e5f":"1fcc1e6f6870859d11649f5e5336a9cd16329c029baf04d5a6edf257889a2e9522b4…
166 mbedtls_sha512:"990d1ae71a62d7bda9bfdaa1762a68d296eee72a4cd946f287a898fbabc002ea941fd8d4d991030b4d2…
Dtest_suite_shax.function83 mbedtls_sha512( buf, buflen,
99 TEST_ASSERT( mbedtls_sha512( src_str->x, src_str->len, output, 1 ) == 0 );
106 void mbedtls_sha512( data_t * src_str, data_t * hash )
113 TEST_ASSERT( mbedtls_sha512( src_str->x, src_str->len, output, 0 ) == 0 );
/third_party/mbedtls/include/mbedtls/
Dcompat-2.x.h56 #define mbedtls_sha512_ret mbedtls_sha512
Dsha512.h185 int mbedtls_sha512( const unsigned char *input,
/third_party/mbedtls/library/
Dentropy.c162 if( ( ret = mbedtls_sha512( data, len, tmp, 0 ) ) != 0 ) in entropy_update()
376 if( ( ret = mbedtls_sha512( buf, MBEDTLS_ENTROPY_BLOCK_SIZE, in mbedtls_entropy_func()
Dmd.c573 return( mbedtls_sha512( input, ilen, output, 1 ) ); in mbedtls_md()
577 return( mbedtls_sha512( input, ilen, output, 0 ) ); in mbedtls_md()
Dssl_tls13_generic.c419 ret = mbedtls_sha512( verify_buffer, verify_buffer_len, verify_hash, 1 ); in ssl_tls13_parse_certificate_verify()
426 ret = mbedtls_sha512( verify_buffer, verify_buffer_len, verify_hash, 0 ); in ssl_tls13_parse_certificate_verify()
Dsha512.c423 int mbedtls_sha512( const unsigned char *input, in mbedtls_sha512() function
/third_party/mbedtls/programs/test/
Dbenchmark.c668 TIME_AND_TSC( "SHA-512", mbedtls_sha512( buf, BUFSIZE, tmp, 0 ) ); in main()
/third_party/mbedtls/docs/
D3.0-migration-guide.md243 …ls_sha256_finish()`, `mbedtls_sha256()`, `mbedtls_sha512_finish()`, `mbedtls_sha512()` now has a p…
322 | `mbedtls_sha512_ret` | `mbedtls_sha512` |
/third_party/mbedtls/
DChangeLog232 * The output parameter of mbedtls_sha512_finish, mbedtls_sha512,