Home
last modified time | relevance | path

Searched refs:sig_oid (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dx509write_crt.c302 const char *sig_oid; in mbedtls_x509write_crt_der() local
329 &sig_oid, &sig_oid_len ) ) != 0 ) in mbedtls_x509write_crt_der()
390 sig_oid, strlen( sig_oid ), 0 ) ); in mbedtls_x509write_crt_der()
436 sig_oid, sig_oid_len, sig, sig_len ) ); in mbedtls_x509write_crt_der()
A Dx509_crl.c398 ( ret = mbedtls_x509_get_alg( &p, end, &crl->sig_oid, &sig_params1 ) ) != 0 ) in mbedtls_x509_crl_parse_der()
412 if( ( ret = mbedtls_x509_get_sig_alg( &crl->sig_oid, &sig_params1, in mbedtls_x509_crl_parse_der()
510 if( crl->sig_oid.len != sig_oid2.len || in mbedtls_x509_crl_parse_der()
511 memcmp( crl->sig_oid.p, sig_oid2.p, crl->sig_oid.len ) != 0 || 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()
A Dx509write_csr.c130 const char *sig_oid; in mbedtls_x509write_csr_der() local
207 &sig_oid, &sig_oid_len ) ) != 0 ) in mbedtls_x509write_csr_der()
217 sig_oid, sig_oid_len, sig, sig_len ) ); in mbedtls_x509write_csr_der()
A Dx509_csr.c229 if( ( ret = mbedtls_x509_get_alg( &p, end, &csr->sig_oid, &sig_params ) ) != 0 ) in mbedtls_x509_csr_parse_der()
235 if( ( ret = mbedtls_x509_get_sig_alg( &csr->sig_oid, &sig_params, 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 Dx509.c646 int mbedtls_x509_get_sig_alg( const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params, in mbedtls_x509_get_sig_alg() argument
655 if( ( ret = mbedtls_oid_get_sig_alg( sig_oid, md_alg, pk_alg ) ) != 0 ) in mbedtls_x509_get_sig_alg()
832 int mbedtls_x509_sig_alg_gets( char *buf, size_t size, const mbedtls_x509_buf *sig_oid, in mbedtls_x509_sig_alg_gets() argument
841 ret = mbedtls_oid_get_sig_alg_desc( sig_oid, &desc ); in mbedtls_x509_sig_alg_gets()
A Dx509_crt.c919 ( ret = mbedtls_x509_get_alg( &p, end, &crt->sig_oid, in x509_crt_parse_der_core()
934 if( ( ret = mbedtls_x509_get_sig_alg( &crt->sig_oid, &sig_params1, in x509_crt_parse_der_core()
1066 if( crt->sig_oid.len != sig_oid2.len || in x509_crt_parse_der_core()
1067 memcmp( crt->sig_oid.p, sig_oid2.p, crt->sig_oid.len ) != 0 || 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()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509.h295 int mbedtls_x509_get_sig_alg( const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params,
304 int mbedtls_x509_sig_alg_gets( char *buf, size_t size, const mbedtls_x509_buf *sig_oid,
A Dx509_crl.h76 mbedtls_x509_buf sig_oid; /**< CRL signature type identifier */ member
A Dx509_csr.h63 mbedtls_x509_buf sig_oid; member
A Dx509_crt.h60 mbedtls_x509_buf sig_oid; /**< Signature algorithm, e.g. sha1RSA */ member
/AliOS-Things-master/components/mbedtls/
A DChangeLog1551 * Removed sig_oid2 and rename sig_oid1 to sig_oid in x509_crt and x509_crl.

Completed in 20 milliseconds