mbedtls_x509_get_alg() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_x509_get_alg() function

Syntax

int mbedtls_x509_get_alg( unsigned char **p,     const unsigned char *end,     mbedtls_x509_buf *alg,     mbedtls_x509_buf *params );
Implemented in x509.c:128

Arguments

p

end

alg

params

References

LocationReferrerText
x509.c:128
int mbedtls_x509_get_alg( unsigned char **p, const unsigned char *end,
x509.h:291
int mbedtls_x509_get_alg( unsigned char **p, const unsigned char *end,
x509_crt.c:911x509_crt_parse_der_core()
( ret = mbedtls_x509_get_alg( &p, end, &crt->sig_oid,
x509_crt.c:1052x509_crt_parse_der_core()
if( ( ret = mbedtls_x509_get_alg( &p, end, &sig_oid2, &sig_params2 ) ) != 0 )

Call Tree

Functions calling mbedtls_x509_get_alg()
Functions called by mbedtls_x509_get_alg()
all items filtered out
mbedtls_x509_get_alg()
all items filtered out
Data read by mbedtls_x509_get_alg()
Data written by mbedtls_x509_get_alg()
mbedtls_x509_get_alg()
mbedtls_x509_get_alg()::ret
all items filtered out