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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test_ctx.c518 __owur static int parse_expected_key_type(int *ptype, const char *value) function
545 return parse_expected_key_type(&test_ctx->expected_tmp_key_type, value);
551 return parse_expected_key_type(&test_ctx->expected_server_cert_type,
558 return parse_expected_key_type(&test_ctx->expected_server_sign_type,
565 return parse_expected_key_type(&test_ctx->expected_client_cert_type,
572 return parse_expected_key_type(&test_ctx->expected_client_sign_type,
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssl_test_ctx.c517 __owur static int parse_expected_key_type(int *ptype, const char *value) function
544 return parse_expected_key_type(&test_ctx->expected_tmp_key_type, value);
550 return parse_expected_key_type(&test_ctx->expected_server_cert_type,
557 return parse_expected_key_type(&test_ctx->expected_server_sign_type,
564 return parse_expected_key_type(&test_ctx->expected_client_cert_type,
571 return parse_expected_key_type(&test_ctx->expected_client_sign_type,

Completed in 131 milliseconds