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

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dpkinit.c72 krb5_data *clientDHNonce; member in struct:krb5_pk_init_ctx_data
443 ALLOC(a->clientDHNonce, 1);
444 if (a->clientDHNonce == NULL) {
448 ret = krb5_data_alloc(a->clientDHNonce, 40);
449 if (a->clientDHNonce == NULL) {
453 CCRandomCopyBytes(kCCRandomDefault, a->clientDHNonce->data, a->clientDHNonce->length);
454 ret = krb5_copy_data(context, a->clientDHNonce,
455 &ctx->clientDHNonce);
1624 ctx->clientDHNonce,
[all...]

Completed in 127 milliseconds