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.c734 const ssl3CipherSuiteDef *cipher_def; local
761 cipher_def = ssl_LookupCipherSuiteDef(suite->cipher_suite);
762 if (!cipher_def) {
766 cipher_alg = bulk_cipher_defs[cipher_def->bulk_cipher_alg].calg;
770 kea_defs[cipher_def->key_exchange_alg].exchKeyType;
779 switch (cipher_def->key_exchange_alg) {
1453 pwSpec->cipher_def = &bulk_cipher_defs[cipher];
1454 PORT_Assert(pwSpec->cipher_def->cipher == cipher);
1459 ss->sec.keyBits = pwSpec->cipher_def->key_size * BPB;
1460 ss->sec.secretKeyBits = pwSpec->cipher_def
1631 const ssl3BulkCipherDef *cipher_def; local
1924 const ssl3CipherSuiteDef *cipher_def = &cipher_suite_defs[i]; local
2117 const ssl3BulkCipherDef *cipher_def; local
2652 const ssl3BulkCipherDef * cipher_def; local
3860 const ssl3BulkCipherDef *cipher_def = pwSpec->cipher_def; local
11886 const ssl3BulkCipherDef *cipher_def; local
[all...]
H A Dsslimpl.h580 const ssl3BulkCipherDef *cipher_def; member in struct:__anon9711

Completed in 141 milliseconds