Searched defs:dh_pubkey (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c687 unsigned char *dh_pubkey = NULL, *server_key = NULL; local
798 subjectPublicKey_len, &dh_pubkey, &dh_pubkey_len,
818 dhkey_info.subjectPublicKey.data = dh_pubkey;
1042 if (dh_pubkey != NULL)
1043 free(dh_pubkey);
H A Dpkinit_crypto_openssl.c2160 unsigned char **dh_pubkey,
2243 if ((buf = *dh_pubkey = (unsigned char *)
2263 if (*dh_pubkey != NULL)
2264 free(*dh_pubkey);
2265 *dh_pubkey = NULL;
2411 unsigned char **dh_pubkey,
2469 if ((p = *dh_pubkey = (unsigned char *) malloc((size_t)*dh_pubkey_len)) == NULL)
2484 if (*dh_pubkey != NULL)
2485 free(*dh_pubkey);
2153 client_create_dh(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context cryptoctx, pkinit_identity_crypto_context id_cryptoctx, int dh_size, unsigned char **dh_params, unsigned int *dh_params_len, unsigned char **dh_pubkey, unsigned int *dh_pubkey_len) argument
2405 server_process_dh(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context cryptoctx, pkinit_identity_crypto_context id_cryptoctx, unsigned char *data, unsigned int data_len, unsigned char **dh_pubkey, unsigned int *dh_pubkey_len, unsigned char **server_key, unsigned int *server_key_len) argument

Completed in 75 milliseconds