Searched refs:KS_KEY_SALT_SIZE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c99 #define KS_KEY_SALT_SIZE PBKD2_SALT_SIZE macro
101 #define KS_HMAC_SALT_OFFSET (KS_KEY_SALT_OFFSET + KS_KEY_SALT_SIZE)
333 CK_BYTE salt[KS_KEY_SALT_SIZE];
430 if (writen_nointr(fd, (void *)salt, KS_KEY_SALT_SIZE)
431 != KS_KEY_SALT_SIZE) {
1522 crypt_salt = malloc(KS_KEY_SALT_SIZE);
1526 if (readn_nointr(fd, (char *)crypt_salt, KS_KEY_SALT_SIZE)
1527 != KS_KEY_SALT_SIZE) {
1544 if (memcmp(crypt_salt, filebuf, KS_KEY_SALT_SIZE) == 0) {
1554 KS_KEY_SALT_SIZE) !
[all...]

Completed in 24 milliseconds