Home
last modified time | relevance | path

Searched defs:priv_key (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/openssl/
H A Dopenssl.c649 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
786 EVP_PKEY * priv_key; member
2627 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local
2706 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local
3180 EVP_PKEY * key = NULL, *priv_key = NULL; in PHP_FUNCTION() local
3796 const BIGNUM *p, *q, *g, *pub_key, *priv_key; in php_openssl_is_private_key() local
3816 const BIGNUM *p, *q, *g, *pub_key, *priv_key; in php_openssl_is_private_key() local
3908 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_dsa() local
3981 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_dh() local
4375 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local
[all …]

Completed in 18 milliseconds