HomeSort by: relevance | last modified time | path
    Searched refs:EVP_PKEY_CTX_new_id (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/test/
pkey_meth_kdf_test.c 26 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) {
92 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) {
159 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_SCRYPT, NULL)) == NULL) {
bad_dtls_test.c 70 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
  /src/crypto/external/bsd/openssl/dist/test/
pkey_meth_kdf_test.c 26 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL)) == NULL) {
88 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) {
155 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_SCRYPT, NULL)) == NULL) {
bad_dtls_test.c 70 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
  /src/crypto/external/bsd/openssl.old/dist/test/
pkey_meth_kdf_test.c 24 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
65 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL);
110 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_SCRYPT, NULL);
bad_dtls_test.c 68 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
  /src/crypto/external/bsd/openssh/dist/
ed25519-openssl.c 49 if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_ED25519, NULL)) == NULL) {
50 debug3_f("EVP_PKEY_CTX_new_id failed");
ssh-ecdsa.c 170 if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL)
ssh-rsa.c 129 if ((ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL)) == NULL) {
  /src/crypto/external/bsd/openssl/dist/apps/
genpkey.c 296 ctx = EVP_PKEY_CTX_new_id(pkey_id, e);
pkeyutl.c 587 ctx = EVP_PKEY_CTX_new_id(kdfnid, impl);
  /src/crypto/external/bsd/openssl.old/dist/apps/
genpkey.c 284 ctx = EVP_PKEY_CTX_new_id(pkey_id, e);
pkeyutl.c 423 ctx = EVP_PKEY_CTX_new_id(kdfnid, impl);
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
pmeth_gn.c 158 mac_ctx = EVP_PKEY_CTX_new_id(type, e);
  /src/external/bsd/libfido2/dist/src/
ecdh.c 52 (ctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL)) == NULL) {
es256.c 232 if ((pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_EC, NULL)) == NULL ||
  /src/crypto/external/apache2/openssl/dist/apps/
genpkey.c 403 ctx = EVP_PKEY_CTX_new_id(pkey_id, e);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
pmeth_gn.c 318 mac_ctx = EVP_PKEY_CTX_new_id(type, e);
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
pmeth_gn.c 321 mac_ctx = EVP_PKEY_CTX_new_id(type, e);
  /src/external/bsd/libfido2/dist/fuzz/
wrap.c 355 EVP_PKEY_CTX_new_id,
  /src/crypto/external/bsd/openssl.old/dist/ssl/
tls13_enc.c 38 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL);
174 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_HKDF, NULL);
t1_enc.c 41 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
  /src/external/bsd/wpa/dist/hs20/client/
est.c 381 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL);
  /src/external/mpl/bind/dist/lib/dns/
openssleddsa_link.c 287 ctx = EVP_PKEY_CTX_new_id(alginfo->nid, NULL);
289 return dst__openssl_toresult2("EVP_PKEY_CTX_new_id",
  /src/external/mpl/dhcp/bind/dist/lib/dns/
openssleddsa_link.c 327 ctx = EVP_PKEY_CTX_new_id(nid, NULL);
329 return (dst__openssl_toresult2("EVP_PKEY_CTX_new_id",

Completed in 36 milliseconds

1 2