Searched defs:priv_key (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 383 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() 413 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key() 646 EVP_PKEY * priv_key; member 2613 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local 2711 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local 3245 EVP_PKEY * key = NULL, *priv_key = NULL; in PHP_FUNCTION() local 4065 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dsa() local 4239 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dh() local 5301 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local 5323 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local [all …]
|
Completed in 28 milliseconds