Searched refs:key_hex (Results 1 – 4 of 4) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ccm.function | 79 char *key_hex, char *msg_hex, 99 key_len = unhexify( key, key_hex ); 124 char *key_hex, char *msg_hex, 147 key_len = unhexify( key, key_hex );
|
D | test_suite_ecp.function | 32 void ecp_check_pub_mx( int grp_id, char *key_hex, int ret ) 42 TEST_ASSERT( mbedtls_mpi_read_string( &P.X, 16, key_hex ) == 0 ); 415 void mbedtls_ecp_check_privkey( int id, char *key_hex, int ret ) 424 TEST_ASSERT( mbedtls_mpi_read_string( &d, 16, key_hex ) == 0 );
|
D | test_suite_des.function | 11 void des_check_weak( char *key_hex, int ret ) 17 unhexify( key, key_hex );
|
/net-tools-3.4.0/mbedtls-2.4.0/programs/ssl/ |
D | ssl_server2.c | 712 char *key_hex; in psk_parse() local 726 GET_ITEM( key_hex ); in psk_parse() 728 if( unhexify( new->key, key_hex, &new->key_len ) != 0 ) in psk_parse()
|