Home
last modified time | relevance | path

Searched refs:MBEDTLS_OID_PKCS9_CSR_EXT_REQ (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/library/
Dx509write_csr.c276 &c, buf, MBEDTLS_OID_PKCS9_CSR_EXT_REQ, in x509write_csr_der_internal()
277 MBEDTLS_OID_SIZE(MBEDTLS_OID_PKCS9_CSR_EXT_REQ))); in x509write_csr_der_internal()
Dx509_csr.c198 if (MBEDTLS_OID_CMP(MBEDTLS_OID_PKCS9_CSR_EXT_REQ, &attr_oid) == 0) { in x509_csr_parse_attributes()
/third_party/mbedtls/include/mbedtls/
Doid.h323 #define MBEDTLS_OID_PKCS9_CSR_EXT_REQ MBEDTLS_OID_PKCS9 "\x0e" /**< extensionRequest OBJE… macro