Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_keypair (Results 1 – 13 of 13) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Decp.h436 typedef struct mbedtls_ecp_keypair struct
442 mbedtls_ecp_keypair; argument
615 void mbedtls_ecp_keypair_init( mbedtls_ecp_keypair *key );
640 void mbedtls_ecp_keypair_free( mbedtls_ecp_keypair *key );
1235 int mbedtls_ecp_gen_key( mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key,
1257 int mbedtls_ecp_read_key( mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key,
1276 int mbedtls_ecp_write_key( mbedtls_ecp_keypair *key,
1296 int mbedtls_ecp_check_pub_priv( const mbedtls_ecp_keypair *pub,
1297 const mbedtls_ecp_keypair *prv );
A Decdsa.h78 typedef mbedtls_ecp_keypair mbedtls_ecdsa_context;
584 const mbedtls_ecp_keypair *key );
A Dpk.h668 static inline mbedtls_ecp_keypair *mbedtls_pk_ec( const mbedtls_pk_context pk ) in mbedtls_pk_ec()
675 return( (mbedtls_ecp_keypair *) (pk).pk_ctx ); in mbedtls_pk_ec()
A Decdh.h335 const mbedtls_ecp_keypair *key,
A Dcompat-1.3.h1925 #define ecp_keypair mbedtls_ecp_keypair
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpkwrite.c112 mbedtls_ecp_keypair *ec ) in pk_write_ec_pubkey()
140 mbedtls_ecp_keypair *ec ) in pk_write_ec_param()
159 mbedtls_ecp_keypair *ec ) in pk_write_ec_private()
408 mbedtls_ecp_keypair *ec = mbedtls_pk_ec( *key ); in mbedtls_pk_write_key_der()
A Dpk_wrap.c228 return( ((mbedtls_ecp_keypair *) ctx)->grp.pbits ); in eckey_get_bitlen()
386 return( mbedtls_ecp_check_pub_priv( (const mbedtls_ecp_keypair *) pub, in eckey_check_pair()
387 (const mbedtls_ecp_keypair *) prv ) ); in eckey_check_pair()
392 void *ctx = mbedtls_calloc( 1, sizeof( mbedtls_ecp_keypair ) ); in eckey_alloc_wrap()
402 mbedtls_ecp_keypair_free( (mbedtls_ecp_keypair *) ctx ); in eckey_free_wrap()
410 items->value = &( ((mbedtls_ecp_keypair *) ctx)->Q ); in eckey_debug()
A Decdh.c446 const mbedtls_ecp_keypair *key, in ecdh_get_params_internal()
470 const mbedtls_ecp_keypair *key, in mbedtls_ecdh_get_params()
A Decp.c714 void mbedtls_ecp_keypair_init( mbedtls_ecp_keypair *key ) in mbedtls_ecp_keypair_init()
768 void mbedtls_ecp_keypair_free( mbedtls_ecp_keypair *key ) in mbedtls_ecp_keypair_free()
3235 int mbedtls_ecp_gen_key( mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key, in mbedtls_ecp_gen_key()
3252 int mbedtls_ecp_read_key( mbedtls_ecp_group_id grp_id, mbedtls_ecp_keypair *key, in mbedtls_ecp_read_key()
3320 int mbedtls_ecp_write_key( mbedtls_ecp_keypair *key, in mbedtls_ecp_write_key()
3359 int mbedtls_ecp_check_pub_priv( const mbedtls_ecp_keypair *pub, const mbedtls_ecp_keypair *prv ) in mbedtls_ecp_check_pub_priv()
A Dpkparse.c496 mbedtls_ecp_keypair *key ) in pk_get_ecpubkey()
861 static int pk_parse_key_sec1_der( mbedtls_ecp_keypair *eck, in pk_parse_key_sec1_der()
A Dpk.c603 const mbedtls_ecp_keypair *ec; in mbedtls_pk_wrap_as_opaque()
A Decdsa.c932 int mbedtls_ecdsa_from_keypair( mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key ) in mbedtls_ecdsa_from_keypair()
A Dssl_cli.c3036 const mbedtls_ecp_keypair *peer_key; in ssl_get_ecdh_params_from_cert()

Completed in 42 milliseconds