Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c2265 CK_ULONG tmplen, tmplen1; in soft_keystore_crypt() local
2309 tmplen1 = *out_len - tmplen; in soft_keystore_crypt()
2311 out+tmplen, &tmplen1); in soft_keystore_crypt()
2312 *out_len = tmplen + tmplen1; in soft_keystore_crypt()
2318 tmplen1 = *out_len - tmplen; in soft_keystore_crypt()
2320 out+tmplen, &tmplen1); in soft_keystore_crypt()
2321 *out_len = tmplen + tmplen1; in soft_keystore_crypt()