Searched defs:priv_key (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | compat.c | 177 DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key() 186 DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key() 300 DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 309 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
|
H A D | openssl_spi.c | 3243 BIGNUM *priv_key = NULL, *pub_key = NULL; in ImportRawDSAKey() local 3665 char *filename, CK_UTF8CHAR *pin, CK_ULONG pinlen, EVP_PKEY **priv_key, in extract_pem() 4030 extract_pkcs12(BIO *fbio, CK_UTF8CHAR *pin, CK_ULONG pinlen, in extract_pkcs12() 4175 const BIGNUM *p, *q, *g, *priv_key; in exportRawDSAKey() local
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | asn1.c | 756 CK_BYTE * priv_key, in ber_encode_PrivateKeyInfo() 836 CK_BYTE ** priv_key) in ber_decode_PrivateKeyInfo()
|
H A D | key_mgr.c | 38 CK_BYTE *priv_key = NULL; in key_mgr_get_private_key_type() local
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | impl.h | 1140 pub_count, priv_template, priv_count, pub_key, priv_key, req) ( \ argument
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 5785 uint8_t *priv_key, in emlxs_BIGNUM_get_dhval()
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 443 __DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in __DH_set0_key()
|