Searched refs:mbedtls_sha512 (Results 1 – 11 of 11) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_shax.data | 138 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…
|
D | test_suite_shax.function | 83 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/ |
D | compat-2.x.h | 56 #define mbedtls_sha512_ret mbedtls_sha512
|
D | sha512.h | 185 int mbedtls_sha512( const unsigned char *input,
|
/third_party/mbedtls/library/ |
D | entropy.c | 162 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()
|
D | md.c | 573 return( mbedtls_sha512( input, ilen, output, 1 ) ); in mbedtls_md() 577 return( mbedtls_sha512( input, ilen, output, 0 ) ); in mbedtls_md()
|
D | ssl_tls13_generic.c | 419 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()
|
D | sha512.c | 423 int mbedtls_sha512( const unsigned char *input, in mbedtls_sha512() function
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 668 TIME_AND_TSC( "SHA-512", mbedtls_sha512( buf, BUFSIZE, tmp, 0 ) ); in main()
|
/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 243 …ls_sha256_finish()`, `mbedtls_sha256()`, `mbedtls_sha512_finish()`, `mbedtls_sha512()` now has a p… 322 | `mbedtls_sha512_ret` | `mbedtls_sha512` |
|
/third_party/mbedtls/ |
D | ChangeLog | 232 * The output parameter of mbedtls_sha512_finish, mbedtls_sha512,
|