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()
2327 CK_ULONG out_len = 0, block_len = 0, total_decrypted = 0; in KMFPK11_DecryptData() local2393 total_decrypted += out_len; in KMFPK11_DecryptData()2398 output->Length = total_decrypted; in KMFPK11_DecryptData()
2296 unsigned int total_decrypted = 0, modulus_len = 0; in OpenSSL_DecryptData() local2329 total_decrypted += out_len; in OpenSSL_DecryptData()2333 output->Length = total_decrypted; in OpenSSL_DecryptData()