Home
last modified time | relevance | path

Searched refs:attr_oid (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dx509_csr.c210 mbedtls_x509_buf attr_oid = { 0, 0, NULL }; in x509_csr_parse_attributes() local
219 if ((ret = mbedtls_asn1_get_tag(p, end_attr_data, &attr_oid.len, in x509_csr_parse_attributes()
224 attr_oid.tag = MBEDTLS_ASN1_OID; in x509_csr_parse_attributes()
225 attr_oid.p = *p; in x509_csr_parse_attributes()
226 *p += attr_oid.len; in x509_csr_parse_attributes()
229 if (MBEDTLS_OID_CMP(MBEDTLS_OID_PKCS9_CSR_EXT_REQ, &attr_oid) == 0) { in x509_csr_parse_attributes()

Completed in 2 milliseconds