Home
last modified time | relevance | path

Searched refs:psk_id (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/programs/fuzz/
Dfuzz_client.c28 const char psk_id[] = "Client_identity"; variable
92 (const unsigned char *) psk_id, sizeof( psk_id ) - 1 ); in LLVMFuzzerTestOneInput()
Dfuzz_server.c30 const char psk_id[] = "Client_identity"; variable
140 (const unsigned char *) psk_id, sizeof( psk_id ) - 1 ); in LLVMFuzzerTestOneInput()
/third_party/mbedtls/programs/ssl/
Dmini_client.c90 const char psk_id[] = "Client_identity"; variable
210 (const unsigned char *) psk_id, sizeof( psk_id ) - 1 ); in main()