Searched refs:total_decrypted (Results 1 – 3 of 3) sorted by relevance
1301 unsigned int total_decrypted = 0, modulus_len = 0; in NSS_DecryptData() local1330 total_decrypted += out_len; in NSS_DecryptData()1334 output->Length = total_decrypted; in NSS_DecryptData()
2329 CK_ULONG out_len = 0, block_len = 0, total_decrypted = 0; in KMFPK11_DecryptData() local2395 total_decrypted += out_len; in KMFPK11_DecryptData()2400 output->Length = total_decrypted; in KMFPK11_DecryptData()
2299 unsigned int total_decrypted = 0, modulus_len = 0; in OpenSSL_DecryptData() local2332 total_decrypted += out_len; in OpenSSL_DecryptData()2336 output->Length = total_decrypted; in OpenSSL_DecryptData()