Home
last modified time | relevance | path

Searched refs:MBEDTLS_OID_PKCS7_DATA (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Dpkcs7.c496 if (MBEDTLS_OID_CMP(MBEDTLS_OID_PKCS7_DATA, &content_type)) { in pkcs7_get_signed_data()
599 if (!MBEDTLS_OID_CMP_RAW(MBEDTLS_OID_PKCS7_DATA, p, len) in mbedtls_pkcs7_parse_der()
/mbedtls-latest/include/mbedtls/
Doid.h333 #define MBEDTLS_OID_PKCS7_DATA MBEDTLS_OID_PKCS7 "\x01" /**< Content type is… macro