Searched defs:pub_key (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 337 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 343 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() 367 static void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key() 373 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key() 3937 const BIGNUM *p, *q, *g, *pub_key, *priv_key; in php_openssl_is_private_key() local 3955 const BIGNUM *p, *q, *g, *pub_key, *priv_key; in php_openssl_is_private_key() local 4047 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_dsa() local 4084 BIGNUM *pub_key, *priv_key_const_time; in php_openssl_dh_pub_from_priv() local 4125 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_dh() local 4673 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local [all …]
|
Completed in 28 milliseconds