Home
last modified time | relevance | path

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

/src/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c514 __owur static int parse_expected_key_type(int *ptype, const char *value) in parse_expected_key_type() function
552 return parse_expected_key_type(&test_ctx->expected_tmp_key_type, value); in parse_expected_tmp_key_type()
558 return parse_expected_key_type(&test_ctx->expected_server_cert_type, in parse_expected_server_cert_type()
565 return parse_expected_key_type(&test_ctx->expected_server_sign_type, in parse_expected_server_sign_type()
572 return parse_expected_key_type(&test_ctx->expected_client_cert_type, in parse_expected_client_cert_type()
579 return parse_expected_key_type(&test_ctx->expected_client_sign_type, in parse_expected_client_sign_type()