Searched refs:SUN_CKM_SHA1 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/test/crypto-tests/tests/digest/ |
H A D | sha1.c | 27 errs += digest_runner(SUN_CKM_SHA1, "SHA1ShortMsg.rsp", 20); in main() 28 errs += digest_runner(SUN_CKM_SHA1, "SHA1LongMsg.rsp", 20); in main()
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | cksumtypes.c | 80 SUN_CKM_SHA1,
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | common.h | 188 #define SUN_CKM_SHA1 "CKM_SHA_1" macro
|
/illumos-gate/usr/src/uts/common/crypto/core/ |
H A D | kcf_mech_tabs.c | 185 (void) strncpy(kcf_digest_mechs_tab[1].me_name, SUN_CKM_SHA1, in kcf_init_mech_tabs()
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | sha1_mod.c | 94 {SUN_CKM_SHA1, SHA1_MECH_INFO_TYPE,
|
H A D | dprov.c | 348 {SUN_CKM_SHA1, SHA1_MECH_INFO_TYPE,
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cryptmod.c | 297 sha1_hash_mech = crypto_mech2id(SUN_CKM_SHA1); in cryptmodopen()
|