Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 9 of 9) sorted by relevance

/titanic_52/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSignUtil.c152 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 DsoftVerifyUtil.c154 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 DsoftKeystoreUtil.c1252 CK_BYTE hmac[OBJ_HMAC_SIZE], *decrypted_buf = NULL, *buf = NULL; in reencrypt_obj() local
[all...]
/titanic_52/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSoftCommon.c170 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_52/usr/src/lib/libsasl/lib/
H A Dmd5.c366 void _sasl_hmac_md5_init(HMAC_MD5_CTX *hmac, in _sasl_hmac_md5_init() argument
440 HMAC_MD5_CTX hmac; in _sasl_hmac_md5_precalc() local
452 _sasl_hmac_md5_import(HMAC_MD5_CTX * hmac,HMAC_MD5_STATE * state) _sasl_hmac_md5_import() argument
468 _sasl_hmac_md5_final(unsigned char digest[HMAC_MD5_SIZE],HMAC_MD5_CTX * hmac) _sasl_hmac_md5_final() argument
[all...]
/titanic_52/usr/src/lib/libsasl/include/
H A Dhmac-md5.h57 #define _sasl_hmac_md5_update(hmac, text, text_len) _sasl_MD5Update(&(hmac)->ictx, (text), (text_len)) argument
/titanic_52/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmech_md5.c492 CK_BYTE hmac[MD5_DIGEST_LENGTH]; in md5_hmac_verify() local
H A Dmech_sha.c222 CK_BYTE hmac[SHA1_DIGEST_LENGTH]; in sha1_hmac_verify() local
/titanic_52/usr/src/uts/common/io/
H A Dcryptmod.c977 char *hmac, int hmaclen) in kef_decr_hmac() argument
1046 char *hmac, int hmaclen) in kef_encr_hmac() argument
1182 char *hmac, int hmaclen) in do_hmac() argument
[all...]