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

/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Darc4random.c96 } rdat; local
98 (void) gettimeofday(&rdat.tv, NULL);
101 (void) read(fd, rdat.rnd, sizeof(rdat.rnd));
107 arc4_addrandom(as, (void *) &rdat, sizeof(rdat));
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3449 krb5_data rdat; local
3455 rdat.data = NULL;
3456 rdat.length = 0;
3458 if ((rdat.data = strdup(id_cryptoctx->PIN)) == NULL)
3465 rdat.length = strlen(id_cryptoctx->PIN);
3493 rdat.data = malloc(tip->ulMaxPinLen + 2);
3494 rdat.length = tip->ulMaxPinLen + 1;
3496 * Note that the prompter function will set rdat.length such that the
3500 r = pkinit_prompt_user(context, id_cryptoctx, &rdat, prompt, 1);
3506 (u_char *) rdat
4902 krb5_data rdat; local
[all...]

Completed in 52 milliseconds