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

mbedtls_pk_info_from_type() function

Return information associated with the given PK type

Syntax

const mbedtls_pk_info_t *mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type );
Implemented in pk.c:110

Arguments

pk_type

PK type to search for.

Return value

The PK info associated with the type or NULL if not found.

References

LocationReferrerText
pk.c:110
const mbedtls_pk_info_t * mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type )
pk.h:197
const mbedtls_pk_info_t *mbedtls_pk_info_from_type( mbedtls_pk_type_t pk_type );
pkparse.c:648mbedtls_pk_parse_subpubkey()
if( ( pk_info = mbedtls_pk_info_from_type( pk_alg ) ) == NULL )
pkparse.c:1002pk_parse_key_pkcs8_unencrypted_der()
if( ( pk_info = mbedtls_pk_info_from_type( pk_alg ) ) == NULL )
pkparse.c:1225mbedtls_pk_parse_key()
pk_info = mbedtls_pk_info_from_type( MBEDTLS_PK_ECKEY );
pkparse.c:1351mbedtls_pk_parse_key()
pk_info = mbedtls_pk_info_from_type( MBEDTLS_PK_ECKEY );

Call Tree

Functions calling mbedtls_pk_info_from_type()
mbedtls_pk_info_from_type()
Type of mbedtls_pk_info_from_type()
mbedtls_pk_info_from_type()
all items filtered out