Searched refs:cipher_def (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dderive.c74 const ssl3BulkCipherDef *cipher_def = pwSpec->cipher_def; local
114 keySize = cipher_def->key_size;
115 effKeySize = cipher_def->secret_key_size;
116 IVSize = cipher_def->iv_size;
120 if (cipher_def->type == type_block &&
H A Dssl3con.c717 const ssl3CipherSuiteDef *cipher_def; local
744 cipher_def = ssl_LookupCipherSuiteDef(suite->cipher_suite);
745 if (!cipher_def) {
749 cipher_alg = bulk_cipher_defs[cipher_def->bulk_cipher_alg].calg;
753 kea_defs[cipher_def->key_exchange_alg].exchKeyType;
762 switch (cipher_def->key_exchange_alg) {
1442 pwSpec->cipher_def = &bulk_cipher_defs[cipher];
1443 PORT_Assert(pwSpec->cipher_def->cipher == cipher);
1448 ss->sec.keyBits = pwSpec->cipher_def->key_size * BPB;
1449 ss->sec.secretKeyBits = pwSpec->cipher_def
1620 const ssl3BulkCipherDef *cipher_def; local
1912 const ssl3CipherSuiteDef *cipher_def = &cipher_suite_defs[i]; local
2105 const ssl3BulkCipherDef *cipher_def; local
2648 const ssl3BulkCipherDef * cipher_def; local
3848 const ssl3BulkCipherDef *cipher_def = pwSpec->cipher_def; local
11799 const ssl3BulkCipherDef *cipher_def; local
[all...]
H A Dsslimpl.h578 const ssl3BulkCipherDef *cipher_def; member in struct:__anon9812

Completed in 134 milliseconds