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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c91 char *(*a_genhash)(char *, const size_t, const char *, member in struct:crypt_alg_s
190 ciphertext = alg->a_genhash(ctbuffer, CRYPT_MAXCIPHERTEXTLEN,
602 alg->a_genhash = NULL;
621 alg->a_genhash =
623 if (alg->a_genhash == NULL) {

Completed in 60 milliseconds