Searched refs:dh_pubkey (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto.h318 unsigned char **dh_pubkey, /* OUT
321 receives length of dh_pubkey */
333 unsigned char *dh_pubkey, /* IN
336 contains length of dh_pubkey */
370 unsigned char **dh_pubkey, /* OUT
373 receives length of dh_pubkey */
H A Dpkinit_srv.c687 unsigned char *dh_pubkey = NULL, *server_key = NULL; local
800 subjectPublicKey_len, &dh_pubkey, &dh_pubkey_len,
820 dhkey_info.subjectPublicKey.data = dh_pubkey;
1053 free(dh_pubkey);
H A Dpkinit_crypto_openssl.c2339 unsigned char **dh_pubkey,
2422 if ((buf = *dh_pubkey = (unsigned char *)
2442 if (*dh_pubkey != NULL)
2443 free(*dh_pubkey);
2444 *dh_pubkey = NULL;
2590 unsigned char **dh_pubkey,
2648 if ((p = *dh_pubkey = (unsigned char *) malloc((size_t)*dh_pubkey_len)) == NULL)
2663 if (*dh_pubkey != NULL)
2664 free(*dh_pubkey);
2332 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
2584 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 41 milliseconds