Home
last modified time | relevance | path

Searched refs:mbedtls_md (Results 1 – 13 of 13) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpkcs12.h180 mbedtls_md_type_t mbedtls_md, int id, int iterations);
H A Dmd.h337 int mbedtls_md(const mbedtls_md_info_t *md_info, const unsigned char *input, size_t ilen,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c134 if ((ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), in entropy_update()
357 if ((ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), in mbedtls_entropy_func()
H A Dx509write_crt.c234 ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_MD_SHA1), in mbedtls_x509write_crt_set_key_identifier()
615 if ((ret = mbedtls_md(mbedtls_md_info_from_type(ctx->md_alg), c, in mbedtls_x509write_crt_der()
H A Dx509write_csr.c228 ret = mbedtls_md(mbedtls_md_info_from_type(ctx->md_alg), c, len, hash); in x509write_csr_der_internal()
H A Dpkcs12.c314 if ((ret = mbedtls_md(md_info, hash_output, hlen, hash_output)) in calculate_hashes()
H A Dpkcs7.c687 ret = mbedtls_md(md_info, data, datalen, hash); in mbedtls_pkcs7_data_or_hash_verify()
H A Dmd.c688 int mbedtls_md(const mbedtls_md_info_t *md_info, const unsigned char *input, size_t ilen, in mbedtls_md() function
H A Decjpake.c43 return mbedtls_md(mbedtls_md_info_from_type(md_type), in mbedtls_ecjpake_compute_hash()
H A Dx509_crt.c2070 if (mbedtls_md(md_info, in x509_crt_verifycrl()
2136 if (mbedtls_md(md_info, child->tbs.p, child->tbs.len, hash) != 0) { in x509_crt_check_signature()
H A Drsa.c1755 return mbedtls_md(md_info, input, ilen, output); in compute_hash()
3020 if (mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_MD_SHA1), in mbedtls_rsa_self_test()
H A Dssl_tls.c7739 ret = mbedtls_md(digest_info, crt_buf, crt_buf_len, tmp_digest); in ssl_check_peer_crt_unchanged()
7973 ret = mbedtls_md(mbedtls_md_info_from_type( in ssl_remember_peer_crt_digest()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2904 * Fix an unchecked call to mbedtls_md() in the x509write module.