Searched refs:attr_oid (Results 1 – 1 of 1) sorted by relevance
179 mbedtls_x509_buf attr_oid = { 0, 0, NULL }; in x509_csr_parse_attributes() local188 if ((ret = mbedtls_asn1_get_tag(p, end_attr_data, &attr_oid.len, in x509_csr_parse_attributes()193 attr_oid.tag = MBEDTLS_ASN1_OID; in x509_csr_parse_attributes()194 attr_oid.p = *p; in x509_csr_parse_attributes()195 *p += attr_oid.len; in x509_csr_parse_attributes()198 if (MBEDTLS_OID_CMP(MBEDTLS_OID_PKCS9_CSR_EXT_REQ, &attr_oid) == 0) { in x509_csr_parse_attributes()