Searched defs:pub_key (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
| H A D | tpm_specific.c | 494 TCPA_PUBKEY pub_key; local 507 result = Trspi_UnloadBlob_PUBKEY(&offset, blob, &pub_key); 516 free(pub_key.pubKey.key); 517 pub_key.pubKey.keyLength = size_n; 518 pub_key.pubKey.key = n; 521 Trspi_LoadBlob_PUBKEY(&offset, pub_blob, &pub_key); 524 free(pub_key.algorithmParms.parms);
|
| /illumos-gate/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 in struct:emlxs_auth_misc 379 uint8_t pub_key[512]; /* max is 512 bytes */ member in struct:emlxs_node_dhc
|
| /illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
| H A D | pkinit_crypto_openssl.c | 2166 ASN1_INTEGER *pub_key = NULL; local 2216 print_pubkey(cryptoctx->dh->pub_key, "client's pub_key="); 2219 DH_check_pub_key(cryptoctx->dh, cryptoctx->dh->pub_key, &dh_err); 2240 if ((pub_key = BN_to_ASN1_INTEGER(cryptoctx->dh->pub_key, NULL)) == NULL) 2242 *dh_pubkey_len = i2d_ASN1_INTEGER(pub_key, NULL); 2248 i2d_ASN1_INTEGER(pub_key, &buf); 2250 if (pub_key != NULL) 2251 ASN1_INTEGER_free(pub_key); 2286 ASN1_INTEGER *pub_key = NULL; local 2420 ASN1_INTEGER *pub_key = NULL; local [all...] |
Completed in 345 milliseconds