Searched defs:priv_key (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 365 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() 395 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key() 628 EVP_PKEY * priv_key; member 2590 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local 2688 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local 3203 EVP_PKEY * key = NULL, *priv_key = NULL; in PHP_FUNCTION() local 3978 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dsa() local 4152 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dh() local 5088 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local 5110 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local [all …]
|
Completed in 55 milliseconds