Home
last modified time | relevance | path

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

/library/
A Dx509_crl.c379 (ret = mbedtls_x509_get_alg(&p, end, &crl->sig_oid, &sig_params1)) != 0) { in mbedtls_x509_crl_parse_der()
391 if ((ret = mbedtls_x509_get_sig_alg(&crl->sig_oid, &sig_params1, in mbedtls_x509_crl_parse_der()
477 if (crl->sig_oid.len != sig_oid2.len || in mbedtls_x509_crl_parse_der()
478 memcmp(crl->sig_oid.p, sig_oid2.p, crl->sig_oid.len) != 0 || in mbedtls_x509_crl_parse_der()
648 ret = mbedtls_x509_sig_alg_gets(p, n, &crl->sig_oid, crl->sig_pk, crl->sig_md); in mbedtls_x509_crl_info()
A Dx509write_crt.c388 const char *sig_oid; in mbedtls_x509write_crt_der() local
420 &sig_oid, &sig_oid_len)) != 0) { in mbedtls_x509write_crt_der()
504 sig_oid, strlen(sig_oid), in mbedtls_x509write_crt_der()
589 sig_oid, sig_oid_len, in mbedtls_x509write_crt_der()
A Dx509write_csr.c139 const char *sig_oid; in x509write_csr_der_internal() local
234 &sig_oid, &sig_oid_len)) != 0) { in x509write_csr_der_internal()
251 mbedtls_x509_write_sig(&c2, buf + len, sig_oid, sig_oid_len, in x509write_csr_der_internal()
A Dx509_internal.h37 int mbedtls_x509_get_sig_alg(const mbedtls_x509_buf *sig_oid, const mbedtls_x509_buf *sig_params,
46 int mbedtls_x509_sig_alg_gets(char *buf, size_t size, const mbedtls_x509_buf *sig_oid,
A Dx509_csr.c405 if ((ret = mbedtls_x509_get_alg(&p, end, &csr->sig_oid, &sig_params)) != 0) { in mbedtls_x509_csr_parse_der_internal()
410 if ((ret = mbedtls_x509_get_sig_alg(&csr->sig_oid, &sig_params, in mbedtls_x509_csr_parse_der_internal()
550 ret = mbedtls_x509_sig_alg_gets(p, n, &csr->sig_oid, csr->sig_pk, csr->sig_md); in mbedtls_x509_csr_info()
A Dx509.c719 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
724 if ((ret = mbedtls_x509_oid_get_sig_alg(sig_oid, md_alg, pk_alg)) != 0) { in mbedtls_x509_get_sig_alg()
1041 int mbedtls_x509_sig_alg_gets(char *buf, size_t size, const mbedtls_x509_buf *sig_oid, in mbedtls_x509_sig_alg_gets() argument
1049 ret = mbedtls_x509_oid_get_sig_alg_desc(sig_oid, &desc); in mbedtls_x509_sig_alg_gets()
A Dx509_crt.c1154 (ret = mbedtls_x509_get_alg(&p, end, &crt->sig_oid, in x509_crt_parse_der_core()
1167 if ((ret = mbedtls_x509_get_sig_alg(&crt->sig_oid, &sig_params1, in x509_crt_parse_der_core()
1283 if (crt->sig_oid.len != sig_oid2.len || in x509_crt_parse_der_core()
1284 memcmp(crt->sig_oid.p, sig_oid2.p, crt->sig_oid.len) != 0 || in x509_crt_parse_der_core()
1804 ret = mbedtls_x509_sig_alg_gets(p, n, &crt->sig_oid, crt->sig_pk, crt->sig_md); in mbedtls_x509_crt_info()

Completed in 19 milliseconds