Home
last modified time | relevance | path

Searched refs:pub_key (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dkexdhc.c57 packet_put_bignum2(dh->pub_key); in kexdh_client()
64 BN_print_fp(stderr, dh->pub_key); in kexdh_client()
121 dh->pub_key, in kexdh_client()
H A Dkexdhs.c82 BN_print_fp(stderr, dh->pub_key); in kexdh_server()
110 dh->pub_key, in kexdh_server()
132 packet_put_bignum2(dh->pub_key); /* f */ in kexdh_server()
H A Dkexgexs.c122 BN_print_fp(stderr, dh->pub_key); in kexgex_server()
155 dh->pub_key, in kexgex_server()
178 packet_put_bignum2(dh->pub_key); /* f */ in kexgex_server()
H A Dkexgexc.c103 BN_print_fp(stderr, dh->pub_key); in kexgex_client()
110 packet_put_bignum2(dh->pub_key); in kexgex_client()
171 dh->pub_key, in kexgex_client()
H A Dkey.c82 if ((dsa->pub_key = BN_new()) == NULL) in key_new()
167 BN_cmp(a->dsa->pub_key, b->dsa->pub_key) == 0; in key_equal()
625 BN_copy(n->dsa->pub_key, k->dsa->pub_key); in key_from_private()
721 buffer_get_bignum2_ret(&b, key->dsa->pub_key) == -1) { in key_from_blob()
765 buffer_put_bignum2(&b, key->dsa->pub_key); in key_to_blob()
867 if ((pk->dsa->pub_key = BN_dup(k->dsa->pub_key)) == NULL) in key_demote()
H A Dkexgsss.c190 dh->pub_key, in kexgss_server()
213 packet_put_bignum2(dh->pub_key); in kexgss_server()
H A Dkexgssc.c145 packet_put_bignum2(dh->pub_key); in kexgss_client()
281 dh->pub_key, /* e */ in kexgss_client()
H A Ddh.c221 } while (!dh_pub_is_valid(dh, dh->pub_key)); in dh_gen_key()
H A Dauthfd.c487 buffer_put_bignum2(b, key->dsa->pub_key); in ssh_encode_identity_ssh2()
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2166 ASN1_INTEGER *pub_key = NULL; in client_create_dh() local
2216 print_pubkey(cryptoctx->dh->pub_key, "client's pub_key="); in client_create_dh()
2219 DH_check_pub_key(cryptoctx->dh, cryptoctx->dh->pub_key, &dh_err); in client_create_dh()
2240 if ((pub_key = BN_to_ASN1_INTEGER(cryptoctx->dh->pub_key, NULL)) == NULL) in client_create_dh()
2242 *dh_pubkey_len = i2d_ASN1_INTEGER(pub_key, NULL); in client_create_dh()
2248 i2d_ASN1_INTEGER(pub_key, &buf); in client_create_dh()
2250 if (pub_key != NULL) in client_create_dh()
2251 ASN1_INTEGER_free(pub_key); in client_create_dh()
2266 if (pub_key != NULL) in client_create_dh()
2267 ASN1_INTEGER_free(pub_key); in client_create_dh()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h247 uint8_t pub_key[512]; /* max is 512 bytes value of */ member
379 uint8_t pub_key[512]; /* max is 512 bytes */ member
/titanic_41/usr/src/uts/common/rpc/
H A Dkey_prot.x236 keybuf3 pub_key; member
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c494 TCPA_PUBKEY pub_key; in set_public_modulus() local
507 result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pub_key); in set_public_modulus()
516 free(pub_key.pubKey.key); in set_public_modulus()
517 pub_key.pubKey.keyLength = size_n; in set_public_modulus()
518 pub_key.pubKey.key = n; in set_public_modulus()
521 Trspi_LoadBlob_PUBKEY(&offset, pub_blob, &pub_key); in set_public_modulus()
524 free(pub_key.algorithmParms.parms); in set_public_modulus()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dkey_prot.c246 if (!xdr_keybuf3(xdrs, &objp->pub_key)) in xdr_deskeyarg3()
H A Dkey_call.c745 arg.pub_key.keybuf3_len = pkeylen/4 + 1; in key_get_conv_g()
746 arg.pub_key.keybuf3_val = (char *)pkey; in key_get_conv_g()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dimpl.h1140 pub_count, priv_template, priv_count, pub_key, priv_key, req) ( \ argument
1144 priv_count, pub_key, priv_key, req) : \
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1646 if ((dp->pub_key = BN_new()) == NULL) { in OpenSSL_CreateKeypair()
1658 (void) BN_copy(dp->pub_key, sslDSAKey->pub_key); in OpenSSL_CreateKeypair()
3212 if ((dsa->pub_key = BN_bin2bn(key->pubvalue.val, in ImportRawDSAKey()
3213 key->pubvalue.len, dsa->pub_key)) == NULL) in ImportRawDSAKey()
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c259 buffer_get_bignum_bits(&b, key->dsa->pub_key); in do_convert_private_ssh2_from_blob()
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c477 buffer_get_bignum2(&e->request, k->dsa->pub_key); in process_add_identity()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c2643 bcopy((void *) node_dhc->pub_key, (void *)pCmd, in emlxs_issue_dhchap_reply()
2646 bcopy((void *) node_dhc->nlp_auth_misc.pub_key, in emlxs_issue_dhchap_reply()
5732 bignum2bytestring(node_dhc->pub_key, &result1, in emlxs_BIGNUM_get_pubkey()
5737 bignum2bytestring(node_dhc->nlp_auth_misc.pub_key, &result1, in emlxs_BIGNUM_get_pubkey()
5744 bignum2bytestring(node_dhc->nlp_auth_misc.pub_key, &result1, in emlxs_BIGNUM_get_pubkey()
/titanic_41/usr/src/cmd/keyserv/
H A Dsetkey.c1524 xpublic = &arg->pub_key; in pk_get_conv_key3()