/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | x509_crl.h | 89 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
A D | x509_csr.h | 63 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signature … member
|
A D | x509_crt.h | 93 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | x509_crl.h | 89 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
A D | x509_csr.h | 63 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signature … member
|
A D | x509_crt.h | 93 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509_crl.h | 89 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
A D | x509_csr.h | 63 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signature … member
|
A D | x509_crt.h | 93 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | x509_crl.h | 89 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
A D | x509_csr.h | 63 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signature … member
|
A D | x509_crt.h | 93 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | x509_crl.h | 89 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
A D | x509_csr.h | 63 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signature … member
|
A D | x509_crt.h | 93 …mbedtls_md_type_t sig_md; /**< Internal representation of the MD algorithm of the signat… member
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | x509_csr.c | 231 &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 D | x509_crt.c | 1171 &crt->sig_md, &crt->sig_pk, in x509_crt_parse_der_core() 2114 crt->sig_md, crt->sig_opts ); in mbedtls_x509_crt_info() 2375 if( x509_profile_check_md_alg( profile, crl_list->sig_md ) != 0 ) in x509_crt_verifycrl() 2381 md_info = mbedtls_md_info_from_type( crl_list->sig_md ); in x509_crt_verifycrl() 2393 crl_list->sig_md, hash, mbedtls_md_get_size( md_info ), in x509_crt_verifycrl() 2436 md_info = mbedtls_md_info_from_type( child->sig_md ); in x509_crt_check_signature() 2444 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( child->sig_md ); in x509_crt_check_signature() 2469 child->sig_md, hash, hash_len, in x509_crt_check_signature() 2477 child->sig_md, hash, hash_len, in x509_crt_check_signature() 2880 if( x509_profile_check_md_alg( profile, child->sig_md ) != 0 ) in x509_crt_verify_chain()
|
A D | x509_crl.c | 408 &crl->sig_md, &crl->sig_pk, in mbedtls_x509_crl_parse_der() 687 ret = mbedtls_x509_sig_alg_gets( p, n, &crl->sig_oid, crl->sig_pk, crl->sig_md, in mbedtls_x509_crl_info()
|
A D | ssl_srv.c | 998 cur->cert->sig_md != MBEDTLS_MD_SHA1 ) in ssl_pick_cert()
|