Home
last modified time | relevance | path

Searched refs:sig_md (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dx509_crl.h116 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
H A Dx509_csr.h90 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signature … member
H A Dx509_crt.h114 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
/reactos/dll/3rdparty/mbedtls/
H A Dx509_csr.c261 &csr->sig_md, &csr->sig_pk, in mbedtls_x509_csr_parse_der()
384 ret = mbedtls_x509_sig_alg_gets( p, n, &csr->sig_oid, csr->sig_pk, csr->sig_md, in mbedtls_x509_csr_info()
H A Dx509_crt.c957 &crt->sig_md, &crt->sig_pk, in x509_crt_parse_der_core()
1617 crt->sig_md, crt->sig_opts ); in mbedtls_x509_crt_info()
1867 if( x509_profile_check_md_alg( profile, crl_list->sig_md ) != 0 ) in x509_crt_verifycrl()
1873 md_info = mbedtls_md_info_from_type( crl_list->sig_md ); in x509_crt_verifycrl()
1885 crl_list->sig_md, hash, mbedtls_md_get_size( md_info ), in x509_crt_verifycrl()
1927 md_info = mbedtls_md_info_from_type( child->sig_md ); in x509_crt_check_signature()
1942 child->sig_md, hash, mbedtls_md_get_size( md_info ), in x509_crt_check_signature()
1950 child->sig_md, hash, mbedtls_md_get_size( md_info ), in x509_crt_check_signature()
2350 if( x509_profile_check_md_alg( profile, child->sig_md ) != 0 ) in x509_crt_verify_chain()
H A Dx509_crl.c438 &crl->sig_md, &crl->sig_pk, in mbedtls_x509_crl_parse_der()
717 ret = mbedtls_x509_sig_alg_gets( p, n, &crl->sig_oid, crl->sig_pk, crl->sig_md, in mbedtls_x509_crl_info()
H A Dssl_srv.c793 cur->cert->sig_md != MBEDTLS_MD_SHA1 ) in ssl_pick_cert()