mbedTLS
mbedtls_asn1_buf
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_asn1_buf
mbedtls_asn1_buf struct
Type-length-value structure that allows for ASN1 using DER.
Syntax
Show:
Summary
Declaration
from
asn1.h:134
typedef
struct
mbedtls_asn1_buf
{
int
tag
;
size_t
len
;
unsigned
char
*
p
;
}
mbedtls_asn1_buf
;
Fields
Field
Declared as
Description
mbedtls_asn1_buf::tag
int
ASN1 type, e.g. MBEDTLS_ASN1_UTF8_STRING.
mbedtls_asn1_buf::len
size_t
ASN1 length, in octets.
mbedtls_asn1_buf::p
unsigned
char
*
ASN1 data, e.g. in ASCII.
Related Functions
Found 37 other functions taking a
mbedtls_asn1_buf
argument:
Function
Description
mbedtls_asn1_get_alg()
Retrieve an AlgorithmIdentifier ASN.1 sequence. Updates the pointer to immediately behind the full AlgorithmIdentifier.
mbedtls_x509_get_alg()
pk_use_ecparams()
mbedtls_asn1_get_alg_null()
Retrieve an AlgorithmIdentifier ASN.1 sequence with NULL or no params. Updates the pointer to immediately behind the full AlgorithmIdentifier.
mbedtls_x509_serial_gets()
Store the certificate serial in printable form into buf; no more than size characters will be written.
mbedtls_x509_get_sig()
mbedtls_x509_get_sig_alg()
mbedtls_x509_get_serial()
mbedtls_x509_get_ext()
mbedtls_x509_sig_alg_gets()
mbedtls_oid_get_attr_short_name()
Translate an X.509 attribute type OID into the short name (e.g. the OID for an X520 Common Name into "CN")
mbedtls_oid_get_x509_ext_type()
Translate an X.509 extension OID into local values
mbedtls_oid_get_extended_key_usage()
Translate Extended Key Usage OID into description
oid_sig_alg_from_asn1()
mbedtls_oid_get_sig_alg_desc()
Translate SignatureAlgorithm OID into description
mbedtls_oid_get_sig_alg()
Translate SignatureAlgorithm OID into md_type and pk_type
mbedtls_oid_get_pk_alg()
Translate PublicKeyAlgorithm OID into pk_type
mbedtls_oid_get_ec_grp()
Translate NamedCurve OID into an EC group identifier
pk_get_pk_alg()
x509_get_uid()
x509_crt_check_cn()
mbedtls_x509_get_alg_null()
oid_x520_attr_from_asn1()
oid_x509_ext_from_asn1()
oid_ext_key_usage_from_asn1()
oid_pk_alg_from_asn1()
oid_grp_id_from_asn1()
oid_cipher_alg_from_asn1()
mbedtls_oid_get_cipher_alg()
Translate encryption algorithm OID into cipher_type
oid_md_alg_from_asn1()
mbedtls_oid_get_md_alg()
Translate hash algorithm OID into md_type
oid_md_hmac_from_asn1()
mbedtls_oid_get_md_hmac()
Translate hmac algorithm OID into md_type
mbedtls_oid_get_numeric_string()
Translate an ASN.1 OID into its numeric representation (e.g. "\x2A\x86\x48\x86\xF7\x0D" into "1.2.840.113549")
pk_get_ecparams()
x509_check_wildcard()
x509_string_cmp()
Examples
References
from
examples
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