mbedTLS
mbedtls_oid_get_cipher_alg()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_oid_get_cipher_alg()
mbedtls_oid_get_cipher_alg() function
Translate encryption algorithm OID into cipher_type
Syntax
Show:
Summary
Declaration
Definition
from
oid.h:583
int
mbedtls_oid_get_cipher_alg
(
const
mbedtls_asn1_buf
*
oid
,
mbedtls_cipher_type_t
*
cipher_alg
)
;
Implemented in
oid.c:564
Arguments
Argument
Description
oid
OID to use
cipher_alg
place to store cipher algorithm
Return value
0 if successful, or MBEDTLS_ERR_OID_NOT_FOUND
Related Functions
Found 36 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()
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