Home
last modified time | relevance | path

Searched refs:hashtype (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sbin/isakmpd/
Dhash.c76 hash_get(enum hashes hashtype) in hash_get() argument
81 hashtype)); in hash_get()
84 if (hashtype == hashes[i].type) in hash_get()
/mirbsd/src/lib/libkeynote/
Dsignature.c704 int hashtype, enc, intenc, alg = KEYNOTE_ALGORITHM_NONE, hashlen = 0; in keynote_sigverify_assertion() local
718 alg = keynote_get_sig_algorithm(as->as_signature, &hashtype, &enc, in keynote_sigverify_assertion()
737 switch (hashtype) in keynote_sigverify_assertion()
869 int slen, i, hashlen = 0, hashtype, alg, encoding, internalenc; in keynote_sign_assertion() local
891 alg = keynote_get_sig_algorithm(sigalg, &hashtype, &encoding, in keynote_sign_assertion()
917 switch (hashtype) in keynote_sign_assertion()
944 (hashtype == KEYNOTE_HASH_SHA1) && in keynote_sign_assertion()
965 ((hashtype == KEYNOTE_HASH_SHA1) || in keynote_sign_assertion()
966 (hashtype == KEYNOTE_HASH_MD5)) && in keynote_sign_assertion()
989 (hashtype == KEYNOTE_HASH_SHA1) && in keynote_sign_assertion()
[all …]
/mirbsd/src/usr.bin/skeyinit/
Dskeyinit.c491 char buf[256], *logname, *hashtype, *seed, *val, *cp; in convert_db() local
513 hashtype = cp; in convert_db()
517 hashtype = "md4"; in convert_db()
543 hashtype, n, seed, val); in convert_db()