OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cipher_key_length
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/crypto/
openpgp_symmetric_encryption.cc
99
void SaltedIteratedS2K(unsigned
cipher_key_length
,
113
for (unsigned i = 0; done <
cipher_key_length
; i++) {
139
unsigned todo =
cipher_key_length
- done;
387
uint8
cipher_key_length
= OpenPGPCipherIdToKeyLength(cipher);
local
388
if (
cipher_key_length
== 0)
413
SaltedIteratedS2K(
cipher_key_length
, hash_function, passphrase, salt,
422
cipher_key_length
, hash_function, passphrase, salt,
430
if (!CreateAESContext(key,
cipher_key_length
, decryption_context))
449
cipher_key_length
= OpenPGPCipherIdToKeyLength(plaintext_key[0]);
450
if (
cipher_key_length
== 0
[
all
...]
Completed in 2176 milliseconds