Searched refs:hmac_key (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeysUtil.c | 1196 soft_object_t *hmac_key, 1226 rv = soft_sign_init(session_p, &digest_mech, hmac_key); 1332 soft_object_t *hmac_key = NULL; local 1357 hmac_key = (soft_object_t *)phKey; 1363 (void) soft_delete_object(session_p, hmac_key, B_FALSE, 1380 (void) soft_delete_object(session_p, hmac_key, B_FALSE, 1422 rv = do_prf(session_p, params, hmac_key, 1428 (void) soft_delete_object(session_p, hmac_key, B_FALSE, B_FALSE); 1194 do_prf(soft_session_t *session_p, CK_PKCS5_PBKD2_PARAMS_PTR params, soft_object_t *hmac_key, CK_BYTE *newsalt, CK_ULONG saltlen, CK_BYTE *blockdata, CK_ULONG blocklen) argument
|
H A D | softKeystoreUtil.c | 155 * enc_key and hmac_key point at specific objects 159 static soft_object_t *hmac_key = NULL; variable 1239 * enc_key, and hmac_key will be used for decrypting the original 1729 (void) soft_cleanup_object(hmac_key); 1731 hmac_key = NULL; 1736 hmac_key = new_hmac_key; 1757 (void) soft_cleanup_object(hmac_key); 1759 hmac_key = NULL; 1854 if (soft_gen_hmac_key(pin, &hmac_key, (CK_BYTE **)&hmac_salt) 2095 if (soft_keystore_hmac(hmac_key, B_FALS [all...] |
Completed in 39 milliseconds