mbedtls_ecp_curve_info_from_name() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_ecp_curve_info_from_name()

mbedtls_ecp_curve_info_from_name() function

This function retrieves curve information from a human-readable name.

Syntax

const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_name( const char *name );
Implemented in ecp.c:504

Arguments

name

The human-readable name.

Return value

The associated curve information on success. NULL on failure.

References

LocationText
ecp.c:504
const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_name( const char *name )
ecp.h:470
const mbedtls_ecp_curve_info *mbedtls_ecp_curve_info_from_name( const char *name );

Call Tree

Functions called by mbedtls_ecp_curve_info_from_name()
mbedtls_ecp_curve_info_from_name()
strcmp()
all items filtered out
Data read by mbedtls_ecp_curve_info_from_name()
Data written by mbedtls_ecp_curve_info_from_name()
mbedtls_ecp_curve_info_from_name()
mbedtls_ecp_curve_info_from_name()::curve_info
all items filtered out
Type of mbedtls_ecp_curve_info_from_name()
mbedtls_ecp_curve_info_from_name()