Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c366 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
396 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
629 EVP_PKEY * priv_key; member
2583 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local
2681 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local
3214 EVP_PKEY * key = NULL, *priv_key = NULL; in PHP_FUNCTION() local
4002 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dsa() local
4176 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dh() local
5112 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local
5134 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local
[all …]

Completed in 26 milliseconds