Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crl.h89 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
A Dx509_csr.h63 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signature … member
A Dx509_crt.h93 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_csr.c231 &csr->sig_md, &csr->sig_pk, in mbedtls_x509_csr_parse_der()
354 ret = mbedtls_x509_sig_alg_gets( p, n, &csr->sig_oid, csr->sig_pk, csr->sig_md, in mbedtls_x509_csr_info()
A Dx509_crt.c1169 &crt->sig_md, &crt->sig_pk, in x509_crt_parse_der_core()
2112 crt->sig_md, crt->sig_opts ); in mbedtls_x509_crt_info()
2373 if( x509_profile_check_md_alg( profile, crl_list->sig_md ) != 0 ) in x509_crt_verifycrl()
2379 md_info = mbedtls_md_info_from_type( crl_list->sig_md ); in x509_crt_verifycrl()
2391 crl_list->sig_md, hash, mbedtls_md_get_size( md_info ), in x509_crt_verifycrl()
2434 md_info = mbedtls_md_info_from_type( child->sig_md ); in x509_crt_check_signature()
2442 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( child->sig_md ); in x509_crt_check_signature()
2467 child->sig_md, hash, hash_len, in x509_crt_check_signature()
2475 child->sig_md, hash, hash_len, in x509_crt_check_signature()
2878 if( x509_profile_check_md_alg( profile, child->sig_md ) != 0 ) in x509_crt_verify_chain()
A Dx509_crl.c410 &crl->sig_md, &crl->sig_pk, in mbedtls_x509_crl_parse_der()
689 ret = mbedtls_x509_sig_alg_gets( p, n, &crl->sig_oid, crl->sig_pk, crl->sig_md, in mbedtls_x509_crl_info()
A Dssl_srv.c1018 cur->cert->sig_md != MBEDTLS_MD_SHA1 ) in ssl_pick_cert()

Completed in 19 milliseconds