Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c315 char *hashed_pin = NULL, *hashed_pin_salt = NULL; in create_keystore() local
435 &hashed_pin_salt) < 0) { in create_keystore()
439 if ((hashed_pin_salt == NULL) || (hashed_pin == NULL)) { in create_keystore()
443 hashed_pin_salt_len = (uint64_t)strlen(hashed_pin_salt); in create_keystore()
453 if (writen_nointr(fd, (void *)hashed_pin_salt, in create_keystore()
473 if (hashed_pin_salt) in create_keystore()
474 free(hashed_pin_salt); in create_keystore()
1451 char *hashed_pin_salt = NULL; in soft_keystore_setpin() local
1608 hashed_pin_salt = malloc(hashed_pin_salt_length + 1); in soft_keystore_setpin()
1609 if (hashed_pin_salt == NULL) { in soft_keystore_setpin()
[all …]