Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c104 #define KS_HMAC_SALT_SIZE PBKD2_SALT_SIZE macro
430 != KS_HMAC_SALT_SIZE) { in create_keystore()
1526 hmac_salt = malloc(KS_HMAC_SALT_SIZE); in soft_keystore_setpin()
1531 != KS_HMAC_SALT_SIZE) { in soft_keystore_setpin()
1562 KS_HMAC_SALT_SIZE) != KS_HMAC_SALT_SIZE) { in soft_keystore_setpin()
1564 KS_HMAC_SALT_SIZE); in soft_keystore_setpin()
1588 KS_HMAC_SALT_SIZE) != KS_HMAC_SALT_SIZE) { in soft_keystore_setpin()
1771 freezero(hmac_salt, KS_HMAC_SALT_SIZE); in soft_keystore_setpin()
1833 hmac_salt = malloc(KS_HMAC_SALT_SIZE); in soft_keystore_authpin()
1843 != KS_HMAC_SALT_SIZE) { in soft_keystore_authpin()
[all …]