Home
last modified time | relevance | path

Searched refs:obj_hmac (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c2026 uchar_t iv[OBJ_IV_SIZE], obj_hmac[OBJ_HMAC_SIZE]; in soft_keystore_get_single_obj() local
2068 if (readn_nointr(fd, obj_hmac, OBJ_HMAC_SIZE) != OBJ_HMAC_SIZE) { in soft_keystore_get_single_obj()
2089 nread, obj_hmac, &hmac_size) != CKR_OK) { in soft_keystore_get_single_obj()
2198 uchar_t obj_hmac[OBJ_HMAC_SIZE]; in soft_keystore_put_new_obj() local
2316 bzero(obj_hmac, sizeof (obj_hmac)); in soft_keystore_put_new_obj()
2317 if (writen_nointr(obj_fd, (void *)obj_hmac, in soft_keystore_put_new_obj()
2318 sizeof (obj_hmac)) != sizeof (obj_hmac)) { in soft_keystore_put_new_obj()
2361 out_len, obj_hmac, &hmac_size) != CKR_OK) { in soft_keystore_put_new_obj()
2372 if (writen_nointr(obj_fd, (void *)obj_hmac, in soft_keystore_put_new_obj()
2373 sizeof (obj_hmac)) != sizeof (obj_hmac)) { in soft_keystore_put_new_obj()
[all …]