Searched refs:sig_oid2 (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509_crl.c | 289 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in mbedtls_x509_crl_parse_der() local 301 memset(&sig_oid2, 0, sizeof(mbedtls_x509_buf)); in mbedtls_x509_crl_parse_der() 474 if ((ret = mbedtls_x509_get_alg(&p, end, &sig_oid2, &sig_params2)) != 0) { in mbedtls_x509_crl_parse_der() 479 if (crl->sig_oid.len != sig_oid2.len || in mbedtls_x509_crl_parse_der() 480 memcmp(crl->sig_oid.p, sig_oid2.p, crl->sig_oid.len) != 0 || in mbedtls_x509_crl_parse_der()
|
D | x509_crt.c | 1081 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in x509_crt_parse_der_core() local 1085 memset(&sig_oid2, 0, sizeof(mbedtls_x509_buf)); in x509_crt_parse_der_core() 1278 if ((ret = mbedtls_x509_get_alg(&p, end, &sig_oid2, &sig_params2)) != 0) { 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()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | x509_crl.h | 82 mbedtls_x509_buf MBEDTLS_PRIVATE(sig_oid2);
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 4492 * Removed sig_oid2 and rename sig_oid1 to sig_oid in x509_crt and x509_crl.
|