HomeSort by: relevance | last modified time | path
    Searched defs:param_key (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
dsatest.c 298 EVP_PKEY *param_key = NULL, *key = NULL; local
407 || !TEST_int_gt(EVP_PKEY_generate(pg_ctx, &param_key), 0)
408 || !TEST_ptr(kg_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL))
446 EVP_PKEY_free(param_key);
acvp_test.c 531 EVP_PKEY *param_key = NULL; local
537 || !TEST_true(EVP_PKEY_paramgen(paramgen_ctx, &param_key)))
540 return param_key;
545 EVP_PKEY *param_key = NULL, *key = NULL; local
548 if (!TEST_ptr(param_key = dsa_paramgen(L, N))
549 || !TEST_ptr(keygen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key,
555 EVP_PKEY_free(param_key);
564 EVP_PKEY *param_key = NULL, *key = NULL; local
571 if (!TEST_ptr(param_key = dsa_paramgen(tst->L, tst->N))
572 || !TEST_ptr(keygen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key,
606 EVP_PKEY *param_key = NULL; local
727 EVP_PKEY *param_key = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
dsatest.c 152 EVP_PKEY *param_key = NULL, *key = NULL; local
261 || !TEST_int_gt(EVP_PKEY_generate(pg_ctx, &param_key), 0)
262 || !TEST_ptr(kg_ctx = EVP_PKEY_CTX_new_from_pkey(NULL, param_key, NULL))
300 EVP_PKEY_free(param_key);
acvp_test.c 340 EVP_PKEY *param_key = NULL; local
346 || !TEST_true(EVP_PKEY_paramgen(paramgen_ctx, &param_key)))
349 return param_key;
354 EVP_PKEY *param_key = NULL, *key = NULL; local
357 if (!TEST_ptr(param_key = dsa_paramgen(L, N))
358 || !TEST_ptr(keygen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key,
364 EVP_PKEY_free(param_key);
373 EVP_PKEY *param_key = NULL, *key = NULL; local
378 if (!TEST_ptr(param_key = dsa_paramgen(tst->L, tst->N))
379 || !TEST_ptr(keygen_ctx = EVP_PKEY_CTX_new_from_pkey(libctx, param_key,
413 EVP_PKEY *param_key = NULL; local
525 EVP_PKEY *param_key = NULL; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 252 * |ctrl_num|, |ctrl_str|, |ctrl_hexstr| and |param_key| are lookup
255 * |ctrl_num| may be 0 or that |param_key| may be NULL in the table item,
259 * |param_key| == NULL, no OSSL_PARAM setter/getter will be called.
270 const char *param_key; /* The corresponding OSSL_PARAM key */ member in struct:translation_st
309 if (!ossl_assert(translation->param_key != 0)
327 if (!ossl_assert(translation->param_key != NULL)
457 *ctx->params = OSSL_PARAM_construct_int(translation->param_key,
483 *ctx->params = OSSL_PARAM_construct_BN(translation->param_key,
498 *ctx->params = OSSL_PARAM_construct_uint(translation->param_key,
503 *ctx->params = OSSL_PARAM_construct_utf8_string(translation->param_key,
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 244 * |ctrl_num|, |ctrl_str|, |ctrl_hexstr| and |param_key| are lookup
247 * |ctrl_num| may be 0 or that |param_key| may be NULL in the table item,
251 * |param_key| == NULL, no OSSL_PARAM setter/getter will be called.
262 const char *param_key; /* The corresponding OSSL_PARAM key */ member in struct:translation_st
301 if (!ossl_assert(translation->param_key != 0)
319 if (!ossl_assert(translation->param_key != NULL)
446 *ctx->params = OSSL_PARAM_construct_int(translation->param_key,
473 OSSL_PARAM_construct_BN(translation->param_key,
489 OSSL_PARAM_construct_uint(translation->param_key,
495 OSSL_PARAM_construct_utf8_string(translation->param_key,
    [all...]
  /src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.c 1251 char *param_key; local
1267 param_key = tls_proxy_client_param_serialize(attr_print_plain, param_buf,
1275 tlsp_pre_jail_client_param_key = mystrdup(param_key);
1277 } else if (strcmp(tlsp_pre_jail_client_param_key, param_key) != 0
1290 && !been_here_fixed(tlsp_params_mismatch_filter, param_key)
1291 && strcmp(tlsp_pre_jail_client_param_key, param_key) != 0) {
1293 tlsp_log_config_diff(tlsp_pre_jail_client_param_key, param_key);

Completed in 30 milliseconds