Searched refs:SUN_CKM_SHA512 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/test/crypto-tests/tests/digest/ |
H A D | sha512.c | 27 errs += digest_runner(SUN_CKM_SHA512, "SHA512ShortMsg.rsp", 64); in main() 28 errs += digest_runner(SUN_CKM_SHA512, "SHA512LongMsg.rsp", 64); in main()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb31_preauth.c | 39 t = crypto_mech2id(SUN_CKM_SHA512); in smb3_sha512_getmech() 41 cmn_err(CE_NOTE, "smb: no kcf mech: %s", SUN_CKM_SHA512); in smb3_sha512_getmech()
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | common.h | 197 #define SUN_CKM_SHA512 "CKM_SHA512" macro
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | sha2_mod.c | 119 {SUN_CKM_SHA512, SHA512_MECH_INFO_TYPE,
|
H A D | dprov.c | 414 {SUN_CKM_SHA512, SHA512_MECH_INFO_TYPE,
|