Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.c360 static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
390 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
592 EVP_PKEY * priv_key; member
2542 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local
2640 EVP_PKEY *priv_key = NULL; in PHP_FUNCTION() local
3155 EVP_PKEY * key = NULL, *priv_key = NULL; in PHP_FUNCTION() local
3923 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dsa() local
4097 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dh() local
4871 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local
4893 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local
[all …]

Completed in 25 milliseconds