/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | kexdhc.c | 57 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 D | kexdhs.c | 82 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 D | kexgexs.c | 122 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 D | kexgexc.c | 103 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 D | key.c | 82 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 D | kexgsss.c | 190 dh->pub_key, in kexgss_server() 213 packet_put_bignum2(dh->pub_key); in kexgss_server()
|
H A D | kexgssc.c | 145 packet_put_bignum2(dh->pub_key); in kexgss_client() 281 dh->pub_key, /* e */ in kexgss_client()
|
H A D | dh.c | 221 } while (!dh_pub_is_valid(dh, dh->pub_key)); in dh_gen_key()
|
H A D | authfd.c | 487 buffer_put_bignum2(b, key->dsa->pub_key); in ssh_encode_identity_ssh2()
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 2166 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 D | emlxs_dhchap.h | 247 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 D | key_prot.x | 236 keybuf3 pub_key; member
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpm_specific.c | 494 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 D | key_prot.c | 246 if (!xdr_keybuf3(xdrs, &objp->pub_key)) in xdr_deskeyarg3()
|
H A D | key_call.c | 745 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 D | impl.h | 1140 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 D | openssl_spi.c | 1646 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 D | ssh-keygen.c | 259 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 D | ssh-agent.c | 477 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 D | emlxs_dhchap.c | 2643 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 D | setkey.c | 1524 xpublic = &arg->pub_key; in pk_get_conv_key3()
|