Searched defs:hmac (Results  1 – 12 of 12) sorted by relevance
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ | 
| H A D | softSignUtil.c | 158 		CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */  in soft_sign()  local366 		CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */  in soft_sign_final()  local
 
 | 
| H A D | softVerifyUtil.c | 160 		CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */  in soft_verify()  local383 		CK_BYTE hmac[SHA512_DIGEST_LENGTH];  in soft_verify_final()  local
 
 | 
| H A D | softKeystoreUtil.c | 1252 	CK_BYTE hmac[OBJ_HMAC_SIZE], *decrypted_buf = NULL, *buf = NULL;  in reencrypt_obj()  local
 | 
| /illumos-gate/usr/src/test/crypto-tests/tests/ | 
| H A D | Makefile | 23 hmac: common  target
 | 
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ | 
| H A D | kernelSoftCommon.c | 169 	CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */  in do_soft_hmac_sign()  local197 	CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */  in do_soft_hmac_verify()  local
 
 | 
| /illumos-gate/usr/src/lib/libsasl/lib/ | 
| H A D | md5.c | 365 void _sasl_hmac_md5_init(HMAC_MD5_CTX *hmac,  in _sasl_hmac_md5_init()439   HMAC_MD5_CTX hmac;  in _sasl_hmac_md5_precalc()  local
 451 void _sasl_hmac_md5_import(HMAC_MD5_CTX *hmac,  in _sasl_hmac_md5_import()
 467 			  HMAC_MD5_CTX *hmac)  in _sasl_hmac_md5_final()
 
 | 
| /illumos-gate/usr/src/lib/libsasl/include/ | 
| H A D | hmac-md5.h | 55 #define _sasl_hmac_md5_update(hmac, text, text_len) _sasl_MD5Update(&(hmac)->ictx, (text), (text_le…  argument
 | 
| /illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ | 
| H A D | nsmb_kcrypt.h | 64 	ulong_t			hmac;  member
 | 
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ | 
| H A D | mech_md5.c | 492 	CK_BYTE		hmac[MD5_DIGEST_LENGTH];  in md5_hmac_verify()  local
 | 
| H A D | mech_sha.c | 222 	CK_BYTE		hmac[SHA1_DIGEST_LENGTH];  in sha1_hmac_verify()  local
 | 
| /illumos-gate/usr/src/uts/common/io/ | 
| H A D | cryptmod.c | 980 	char *hmac, int hmaclen)  in kef_decr_hmac()1049 	char *hmac, int hmaclen)  in kef_encr_hmac()
 1185 	char *hmac, int hmaclen)  in do_hmac()
 
 | 
| /illumos-gate/usr/src/boot/efi/include/IndustryStandard/ | 
| H A D | Tpm20.h | 1227   TPM2B_AUTH              hmac;  member1234   TPM2B_AUTH      hmac;  member
 1322   TPMS_SCHEME_HMAC    hmac;  member
 1354   TPMS_SCHEME_HMAC         hmac;  member
 1533   TPMT_HA                  hmac;  member
 
 |