mbedTLS
MBEDTLS_OID_CMP_RAW
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_OID_CMP_RAW
MBEDTLS_OID_CMP_RAW macro
Syntax
Show:
Summary
Declaration
from
asn1.h:125
#define
MBEDTLS_OID_CMP_RAW
(
oid_str
,
oid_buf
,
oid_buf_len
)
\
(
(
MBEDTLS_OID_SIZE
(
oid_str
)
!=
(
oid_buf_len
)
)
||
\
memcmp
(
(
oid_str
)
,
(
oid_buf
)
,
(
oid_buf_len
)
)
!=
0
)
Arguments
Argument
oid_str
oid_buf
oid_buf_len
Examples
References
from
examples
Code
Location
#define
MBEDTLS_OID_CMP_RAW
(
oid_str
,
oid_buf
,
oid_buf_len
)
\
asn1.h:125
if
(
MBEDTLS_OID_CMP_RAW
(
MBEDTLS_OID_PKCS7_SIGNED_DATA
,
p
,
len
)
)
{
pkcs7.c:597
if
(
!
MBEDTLS_OID_CMP_RAW
(
MBEDTLS_OID_PKCS7_DATA
,
p
,
len
)
pkcs7.c:599
||
!
MBEDTLS_OID_CMP_RAW
(
MBEDTLS_OID_PKCS7_ENCRYPTED_DATA
,
p
,
len
)
pkcs7.c:600
||
!
MBEDTLS_OID_CMP_RAW
(
MBEDTLS_OID_PKCS7_ENVELOPED_DATA
,
p
,
len
)
pkcs7.c:601
||
!
MBEDTLS_OID_CMP_RAW
(
MBEDTLS_OID_PKCS7_SIGNED_AND_ENVELOPED_DATA
,
p
,
len
)
pkcs7.c:602
||
!
MBEDTLS_OID_CMP_RAW
(
MBEDTLS_OID_PKCS7_DIGESTED_DATA
,
p
,
len
)
)
{
pkcs7.c:603
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out