Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1251 CK_ULONG decrypted_len, encrypted_len, hmac_len; in reencrypt_obj() local
1343 encrypted_len = 0; in reencrypt_obj()
1345 decrypted_len, NULL, &encrypted_len) != CKR_OK) { in reencrypt_obj()
1350 buf = malloc(encrypted_len); in reencrypt_obj()
1357 decrypted_len, buf, &encrypted_len) != CKR_OK) { in reencrypt_obj()
1368 encrypted_len, hmac, &hmac_len) != CKR_OK) { in reencrypt_obj()
1387 if (writen_nointr(new_fd, (void *)buf, encrypted_len) in reencrypt_obj()
1388 != encrypted_len) { in reencrypt_obj()