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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto.h310 unsigned int *dh_pubkey_len); /* OUT
325 unsigned int dh_pubkey_len, /* IN
362 unsigned int *dh_pubkey_len, /* OUT
H A Dpkinit_srv.c689 unsigned int server_key_len = 0, dh_pubkey_len = 0; local
798 subjectPublicKey_len, &dh_pubkey, &dh_pubkey_len,
817 dhkey_info.subjectPublicKey.length = dh_pubkey_len;
H A Dpkinit_crypto_openssl.c2161 unsigned int *dh_pubkey_len)
2242 *dh_pubkey_len = i2d_ASN1_INTEGER(pub_key, NULL);
2244 malloc((size_t) *dh_pubkey_len)) == NULL) {
2412 unsigned int *dh_pubkey_len,
2468 *dh_pubkey_len = i2d_ASN1_INTEGER(pub_key, NULL);
2469 if ((p = *dh_pubkey = (unsigned char *) malloc((size_t)*dh_pubkey_len)) == NULL)
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 149 milliseconds