| /src/crypto/external/apache2/openssl/dist/crypto/dsa/ |
| dsa_backend.c | 33 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key; local 42 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 45 if (param_priv_key == NULL && param_pub_key == NULL) 48 if (param_pub_key != NULL && !OSSL_PARAM_get_BN(param_pub_key, &pub_key))
|
| /src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
| dsa_backend.c | 33 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key; local 43 param_pub_key = 47 if (param_priv_key == NULL && param_pub_key == NULL) 50 if (param_pub_key != NULL && !OSSL_PARAM_get_BN(param_pub_key, &pub_key))
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecx_backend.c | 59 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key; local 65 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 69 if (param_pub_key == NULL && param_priv_key == NULL) 90 if (param_pub_key != NULL 91 && !OSSL_PARAM_get_octet_string(param_pub_key, 96 if ((param_pub_key != NULL && pubkeylen != ecx->keylen)) 99 if (param_pub_key == NULL && !ossl_ecx_public_from_private(ecx))
|
| ec_backend.c | 398 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key = NULL; local 411 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 419 if (param_pub_key != NULL) 420 if (!OSSL_PARAM_get_octet_string(param_pub_key,
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecx_backend.c | 59 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key; local 65 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 70 if (param_pub_key == NULL && param_priv_key == NULL) 92 if (param_pub_key != NULL 93 && !OSSL_PARAM_get_octet_string(param_pub_key, 98 if ((param_pub_key != NULL && pubkeylen != ecx->keylen)) 101 if (param_pub_key == NULL && !ossl_ecx_public_from_private(ecx))
|
| ec_backend.c | 398 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key = NULL; local 411 param_pub_key = 421 if (param_pub_key != NULL) 422 if (!OSSL_PARAM_get_octet_string(param_pub_key,
|
| /src/crypto/external/apache2/openssl/dist/crypto/dh/ |
| dh_backend.c | 61 const OSSL_PARAM *param_priv_key, *param_pub_key; local 68 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 75 if (param_pub_key != NULL 76 && !OSSL_PARAM_get_BN(param_pub_key, &pub_key))
|
| /src/crypto/external/bsd/openssl/dist/crypto/dh/ |
| dh_backend.c | 68 const OSSL_PARAM *param_priv_key, *param_pub_key; local 75 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 82 if (param_pub_key != NULL 83 && !OSSL_PARAM_get_BN(param_pub_key, &pub_key))
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/ |
| template_kmgmt.c | 187 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key; local 196 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 200 if (param_pub_key == NULL && param_priv_key == NULL) 207 if (param_pub_key != NULL) {
|
| mlx_kmgmt.c | 413 const OSSL_PARAM *param_prv_key = NULL, *param_pub_key; local 425 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 426 if (param_pub_key != NULL && OSSL_PARAM_get_octet_string_ptr(param_pub_key, &pubenc, &publen) != 1)
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| tls-provider.c | 667 const OSSL_PARAM *param_priv_key, *param_pub_key; local 680 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 685 || (param_pub_key != NULL 686 && !OSSL_PARAM_get_octet_string(param_pub_key, &ppubkey,
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| tls-provider.c | 1000 const OSSL_PARAM *param_priv_key, *param_pub_key; local 1013 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); 1018 || (param_pub_key != NULL 1019 && !OSSL_PARAM_get_octet_string(param_pub_key, &ppubkey,
|