Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c316 char *hashed_pin = NULL, *hashed_pin_salt = NULL; in create_keystore() local
436 &hashed_pin_salt) < 0) { in create_keystore()
454 if (writen_nointr(fd, (void *)hashed_pin_salt, in create_keystore()
474 freezero(hashed_pin_salt, hashed_pin_salt_len); in create_keystore()
1450 char *hashed_pin_salt = NULL; in soft_keystore_setpin() local
1610 if (hashed_pin_salt == NULL) { in soft_keystore_setpin()
1616 freezero(hashed_pin_salt, in soft_keystore_setpin()
1623 freezero(hashed_pin_salt, in soft_keystore_setpin()
1628 hashed_pin_salt[hashed_pin_salt_length] = '\0'; in soft_keystore_setpin()
1632 &hashed_pin_salt) < 0) { in soft_keystore_setpin()
[all …]