/third_party/openssl/crypto/dh/ |
D | dh_ameth.c | 509 static int dh_pkey_import_from_type(const OSSL_PARAM params[], void *vpctx, in dh_pkey_import_from_type() argument 512 EVP_PKEY_CTX *pctx = vpctx; in dh_pkey_import_from_type() 532 static int dh_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in dh_pkey_import_from() argument 534 return dh_pkey_import_from_type(params, vpctx, EVP_PKEY_DH); in dh_pkey_import_from() 537 static int dhx_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in dhx_pkey_import_from() argument 539 return dh_pkey_import_from_type(params, vpctx, EVP_PKEY_DHX); in dhx_pkey_import_from()
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_ameth.c | 509 static int dh_pkey_import_from_type(const OSSL_PARAM params[], void *vpctx, in dh_pkey_import_from_type() argument 512 EVP_PKEY_CTX *pctx = vpctx; in dh_pkey_import_from_type() 532 static int dh_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in dh_pkey_import_from() argument 534 return dh_pkey_import_from_type(params, vpctx, EVP_PKEY_DH); in dh_pkey_import_from() 537 static int dhx_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in dhx_pkey_import_from() argument 539 return dh_pkey_import_from_type(params, vpctx, EVP_PKEY_DHX); in dhx_pkey_import_from()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ecx_meth.c | 386 static int ecx_generic_import_from(const OSSL_PARAM params[], void *vpctx, in ecx_generic_import_from() argument 389 EVP_PKEY_CTX *pctx = vpctx; in ecx_generic_import_from() 424 static int x25519_import_from(const OSSL_PARAM params[], void *vpctx) in x25519_import_from() argument 426 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519); in x25519_import_from() 478 static int x448_import_from(const OSSL_PARAM params[], void *vpctx) in x448_import_from() argument 480 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448); in x448_import_from() 606 static int ed25519_import_from(const OSSL_PARAM params[], void *vpctx) in ed25519_import_from() argument 608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); in ed25519_import_from() 659 static int ed448_import_from(const OSSL_PARAM params[], void *vpctx) in ed448_import_from() argument 661 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED448); in ed448_import_from()
|
D | ec_ameth.c | 609 static int ec_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in ec_pkey_import_from() argument 611 EVP_PKEY_CTX *pctx = vpctx; in ec_pkey_import_from()
|
/third_party/openssl/crypto/ec/ |
D | ecx_meth.c | 386 static int ecx_generic_import_from(const OSSL_PARAM params[], void *vpctx, in ecx_generic_import_from() argument 389 EVP_PKEY_CTX *pctx = vpctx; in ecx_generic_import_from() 424 static int x25519_import_from(const OSSL_PARAM params[], void *vpctx) in x25519_import_from() argument 426 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519); in x25519_import_from() 478 static int x448_import_from(const OSSL_PARAM params[], void *vpctx) in x448_import_from() argument 480 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448); in x448_import_from() 606 static int ed25519_import_from(const OSSL_PARAM params[], void *vpctx) in ed25519_import_from() argument 608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); in ed25519_import_from() 659 static int ed448_import_from(const OSSL_PARAM params[], void *vpctx) in ed448_import_from() argument 661 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED448); in ed448_import_from()
|
D | ec_ameth.c | 609 static int ec_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in ec_pkey_import_from() argument 611 EVP_PKEY_CTX *pctx = vpctx; in ec_pkey_import_from()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ameth.c | 793 static int rsa_int_import_from(const OSSL_PARAM params[], void *vpctx, in rsa_int_import_from() argument 796 EVP_PKEY_CTX *pctx = vpctx; in rsa_int_import_from() 881 static int rsa_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in rsa_pkey_import_from() argument 883 return rsa_int_import_from(params, vpctx, RSA_FLAG_TYPE_RSA); in rsa_pkey_import_from() 886 static int rsa_pss_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in rsa_pss_pkey_import_from() argument 888 return rsa_int_import_from(params, vpctx, RSA_FLAG_TYPE_RSASSAPSS); in rsa_pss_pkey_import_from()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
D | rsa_ameth.c | 828 static int rsa_int_import_from(const OSSL_PARAM params[], void *vpctx, in rsa_int_import_from() argument 831 EVP_PKEY_CTX *pctx = vpctx; in rsa_int_import_from() 916 static int rsa_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in rsa_pkey_import_from() argument 918 return rsa_int_import_from(params, vpctx, RSA_FLAG_TYPE_RSA); in rsa_pkey_import_from() 921 static int rsa_pss_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in rsa_pss_pkey_import_from() argument 923 return rsa_int_import_from(params, vpctx, RSA_FLAG_TYPE_RSASSAPSS); in rsa_pss_pkey_import_from()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_ameth.c | 479 static int dsa_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in dsa_pkey_import_from() argument 481 EVP_PKEY_CTX *pctx = vpctx; in dsa_pkey_import_from()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
D | dsa_ameth.c | 479 static int dsa_pkey_import_from(const OSSL_PARAM params[], void *vpctx) in dsa_pkey_import_from() argument 481 EVP_PKEY_CTX *pctx = vpctx; in dsa_pkey_import_from()
|