Home
last modified time | relevance | path

Searched refs:sig_pk (Results 1 – 6 of 6) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dx509_crl.h91 …mbedtls_pk_type_t sig_pk; /**< Internal representation of the Public Key algorithm of th… member
Dx509_csr.h65 …mbedtls_pk_type_t sig_pk; /**< Internal representation of the Public Key algorithm of the si… member
Dx509_crt.h89 …mbedtls_pk_type_t sig_pk; /**< Internal representation of the Public Key algorithm of th… member
/net-tools-latest/mbedtls-2.4.0/library/
Dx509_crt.c758 &crt->sig_md, &crt->sig_pk, in x509_crt_parse_der_core()
1412 ret = mbedtls_x509_sig_alg_gets( p, n, &crt->sig_oid, crt->sig_pk, in mbedtls_x509_crt_info()
1668 if( x509_profile_check_pk_alg( profile, crl_list->sig_pk ) != 0 ) in x509_crt_verifycrl()
1683 if( x509_profile_check_key( profile, crl_list->sig_pk, &ca->pk ) != 0 ) in x509_crt_verifycrl()
1686 if( mbedtls_pk_verify_ext( crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl()
1917 if( x509_profile_check_pk_alg( profile, child->sig_pk ) != 0 ) in x509_crt_verify_top()
1971 if( mbedtls_pk_verify_ext( child->sig_pk, child->sig_opts, &trust_ca->pk, in x509_crt_verify_top()
1983 if( x509_profile_check_key( profile, child->sig_pk, &trust_ca->pk ) != 0 ) in x509_crt_verify_top()
2062 if( x509_profile_check_pk_alg( profile, child->sig_pk ) != 0 ) in x509_crt_verify_child()
2077 if( x509_profile_check_key( profile, child->sig_pk, &parent->pk ) != 0 ) in x509_crt_verify_child()
[all …]
Dx509_csr.c240 &csr->sig_md, &csr->sig_pk, in mbedtls_x509_csr_parse_der()
363 ret = mbedtls_x509_sig_alg_gets( p, n, &csr->sig_oid, csr->sig_pk, csr->sig_md, in mbedtls_x509_csr_info()
Dx509_crl.c364 &crl->sig_md, &crl->sig_pk, in mbedtls_x509_crl_parse_der()
642 ret = mbedtls_x509_sig_alg_gets( p, n, &crl->sig_oid, crl->sig_pk, crl->sig_md, in mbedtls_x509_crl_info()