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

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
exchange.c 544 int evp_keyexch_get_number(const EVP_KEYEXCH *keyexch)
546 return keyexch->name_id;
549 const char *EVP_KEYEXCH_get0_name(const EVP_KEYEXCH *keyexch)
551 return keyexch->type_name;
554 const char *EVP_KEYEXCH_get0_description(const EVP_KEYEXCH *keyexch)
556 return keyexch->description;
559 int EVP_KEYEXCH_is_a(const EVP_KEYEXCH *keyexch, const char *name)
561 return keyexch != NULL
562 && evp_is_a(keyexch->prov, keyexch->name_id, NULL, name)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
exchange.c 536 int evp_keyexch_get_number(const EVP_KEYEXCH *keyexch)
538 return keyexch->name_id;
541 const char *EVP_KEYEXCH_get0_name(const EVP_KEYEXCH *keyexch)
543 return keyexch->type_name;
546 const char *EVP_KEYEXCH_get0_description(const EVP_KEYEXCH *keyexch)
548 return keyexch->description;
551 int EVP_KEYEXCH_is_a(const EVP_KEYEXCH *keyexch, const char *name)
553 return keyexch != NULL
554 && evp_is_a(keyexch->prov, keyexch->name_id, NULL, name)
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/
Makefile 10 keyexch \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h 2146 int EVP_KEYEXCH_is_a(const EVP_KEYEXCH *keyexch, const char *name);
2147 const char *EVP_KEYEXCH_get0_name(const EVP_KEYEXCH *keyexch);
2148 const char *EVP_KEYEXCH_get0_description(const EVP_KEYEXCH *keyexch);
2150 void (*fn)(EVP_KEYEXCH *keyexch, void *data),
2152 int EVP_KEYEXCH_names_do_all(const EVP_KEYEXCH *keyexch,
2155 const OSSL_PARAM *EVP_KEYEXCH_gettable_ctx_params(const EVP_KEYEXCH *keyexch);
2156 const OSSL_PARAM *EVP_KEYEXCH_settable_ctx_params(const EVP_KEYEXCH *keyexch);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h 2209 int EVP_KEYEXCH_is_a(const EVP_KEYEXCH *keyexch, const char *name);
2210 const char *EVP_KEYEXCH_get0_name(const EVP_KEYEXCH *keyexch);
2211 const char *EVP_KEYEXCH_get0_description(const EVP_KEYEXCH *keyexch);
2213 void (*fn)(EVP_KEYEXCH *keyexch, void *data),
2215 int EVP_KEYEXCH_names_do_all(const EVP_KEYEXCH *keyexch,
2218 const OSSL_PARAM *EVP_KEYEXCH_gettable_ctx_params(const EVP_KEYEXCH *keyexch);
2219 const OSSL_PARAM *EVP_KEYEXCH_settable_ctx_params(const EVP_KEYEXCH *keyexch);
  /src/crypto/external/apache2/openssl/dist/fuzz/
provider.c 56 DEFINE_ALGORITHMS(keyexch, EVP_KEYEXCH)
  /src/crypto/external/bsd/openssl/dist/include/crypto/
evp.h 945 int evp_keyexch_get_number(const EVP_KEYEXCH *keyexch);
  /src/crypto/external/apache2/openssl/dist/include/crypto/
evp.h 977 int evp_keyexch_get_number(const EVP_KEYEXCH *keyexch);
  /src/crypto/external/bsd/openssl/dist/apps/
list.c 59 IS_FETCHABLE(keyexch, EVP_KEYEXCH)
  /src/crypto/external/apache2/openssl/dist/apps/
list.c 65 IS_FETCHABLE(keyexch, EVP_KEYEXCH)

Completed in 26 milliseconds