Searched defs:hmac (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSignUtil.c | 152 CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */ in soft_sign() local 333 CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */ in soft_sign_final() local
|
H A D | softVerifyUtil.c | 154 CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */ in soft_verify() local 345 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
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSoftCommon.c | 170 CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */ in do_soft_hmac_sign() local 198 CK_BYTE hmac[SHA512_DIGEST_LENGTH]; /* use the maximum size */ in do_soft_hmac_verify() local
|
/titanic_41/usr/src/lib/libsasl/include/ |
H A D | hmac-md5.h | 57 #define _sasl_hmac_md5_update(hmac, text, text_len) _sasl_MD5Update(&(hmac)->ictx, (text), (text_le… argument
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 366 void _sasl_hmac_md5_init(HMAC_MD5_CTX *hmac, in _sasl_hmac_md5_init() 440 HMAC_MD5_CTX hmac; in _sasl_hmac_md5_precalc() local 452 void _sasl_hmac_md5_import(HMAC_MD5_CTX *hmac, in _sasl_hmac_md5_import() 468 HMAC_MD5_CTX *hmac) in _sasl_hmac_md5_final()
|
/titanic_41/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
|
/titanic_41/usr/src/uts/common/io/ |
H A D | cryptmod.c | 977 char *hmac, int hmaclen) in kef_decr_hmac() 1046 char *hmac, int hmaclen) in kef_encr_hmac() 1182 char *hmac, int hmaclen) in do_hmac()
|