Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c2266 CK_ULONG tmplen, tmplen1; in soft_keystore_crypt() local
2346 tmplen1 = *out_len - tmplen; in soft_keystore_crypt()
2348 out+tmplen, &tmplen1); in soft_keystore_crypt()
2349 *out_len = tmplen + tmplen1; in soft_keystore_crypt()
2355 tmplen1 = *out_len - tmplen; in soft_keystore_crypt()
2357 out+tmplen, &tmplen1); in soft_keystore_crypt()
2358 *out_len = tmplen + tmplen1; in soft_keystore_crypt()