HomeSort by: relevance | last modified time | path
    Searched refs:gettables (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
list.c 434 const OSSL_PARAM *gettables; local
462 gettables = EVP_RAND_gettable_ctx_params(rand);
463 if (gettables != NULL)
464 for (; gettables->key != NULL; gettables++) {
466 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0)
469 if (gettables->data_type != OSSL_PARAM_UTF8_STRING
470 && gettables->data_type != OSSL_PARAM_UTF8_PTR
473 params->key = gettables->key;
474 params->data_type = gettables->data_type
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
list.c 444 const OSSL_PARAM *gettables; local
472 gettables = EVP_RAND_gettable_ctx_params(rand);
473 if (gettables != NULL)
474 for (; gettables->key != NULL; gettables++) {
476 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0)
479 if (gettables->data_type != OSSL_PARAM_UTF8_STRING
480 && gettables->data_type != OSSL_PARAM_UTF8_PTR
483 params->key = gettables->key;
484 params->data_type = gettables->data_type
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_lib.c 1030 const OSSL_PARAM *gettables; local
1032 gettables = EVP_MD_CTX_gettable_params(c);
1033 if (gettables != NULL
1034 && OSSL_PARAM_locate_const(gettables,
pmeth_lib.c 1030 const OSSL_PARAM *gettables; local
1055 gettables = EVP_PKEY_CTX_gettable_params(ctx);
1056 if (gettables == NULL || OSSL_PARAM_locate_const(gettables, param) == NULL)
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
pmeth_lib.c 1037 const OSSL_PARAM *gettables; local
1062 gettables = EVP_PKEY_CTX_gettable_params(ctx);
1063 if (gettables == NULL || OSSL_PARAM_locate_const(gettables, param) == NULL)
  /src/crypto/external/bsd/openssl/dist/test/
evp_kdf_test.c 248 const OSSL_PARAM *gettables, *p; local
260 if (!TEST_ptr(gettables = EVP_KDF_CTX_gettable_params(kctx))
261 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettables, OSSL_KDF_PARAM_SIZE)))
  /src/crypto/external/apache2/openssl/dist/test/
acvp_test.c 1079 const OSSL_PARAM *gettables = EVP_CIPHER_CTX_gettable_params(ctx); local
1081 int ivgen = (OSSL_PARAM_locate_const(gettables, ivgenkey) != NULL);
evp_kdf_test.c 247 const OSSL_PARAM *gettables, *p; local
259 if (!TEST_ptr(gettables = EVP_KDF_CTX_gettable_params(kctx))
260 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettables, OSSL_KDF_PARAM_SIZE)))
2266 /* Test there are gettables */
evp_test.c 163 const OSSL_PARAM *gettables = EVP_PKEY_CTX_gettable_params(ctx); local
165 if (gettables == NULL
166 || OSSL_PARAM_locate_const(gettables,

Completed in 259 milliseconds