Searched refs:sig_pk (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | x509_crl.h | 92 …mbedtls_pk_type_t sig_pk; /**< Internal representation of the Public Key algorithm of th… member
|
A D | x509_csr.h | 66 …mbedtls_pk_type_t sig_pk; /**< Internal representation of the Public Key algorithm of the si… member
|
A D | x509_crt.h | 90 …mbedtls_pk_type_t sig_pk; /**< Internal representation of the Public Key algorithm of th… member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_csr.c | 236 &csr->sig_md, &csr->sig_pk, in mbedtls_x509_csr_parse_der() 350 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 | 935 &crt->sig_md, &crt->sig_pk, in x509_crt_parse_der_core() 1733 ret = mbedtls_x509_sig_alg_gets( p, n, &crt->sig_oid, crt->sig_pk, in mbedtls_x509_crt_info() 1988 if( x509_profile_check_pk_alg( profile, crl_list->sig_pk ) != 0 ) in x509_crt_verifycrl() 2002 if( mbedtls_pk_verify_ext( crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl() 2053 if( ! mbedtls_pk_can_do( &parent->pk, child->sig_pk ) ) in x509_crt_check_signature() 2057 if( rs_ctx != NULL && child->sig_pk == MBEDTLS_PK_ECDSA ) in x509_crt_check_signature() 2067 return( mbedtls_pk_verify_ext( child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature() 2473 if( x509_profile_check_pk_alg( profile, child->sig_pk ) != 0 ) in x509_crt_verify_chain()
|
A D | x509_crl.c | 413 &crl->sig_md, &crl->sig_pk, in mbedtls_x509_crl_parse_der() 692 ret = mbedtls_x509_sig_alg_gets( p, n, &crl->sig_oid, crl->sig_pk, crl->sig_md, in mbedtls_x509_crl_info()
|
Completed in 11 milliseconds