Home
last modified time | relevance | path

Searched refs:BPB (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dderive.c782 requiredECCbits *= BPB; in SSL_CanBypass()
788 serverKeyStrengthInBits *= BPB; in SSL_CanBypass()
Dsslimpl.h161 #ifndef BPB
162 #define BPB 8 /* Bits Per Byte */ macro
Dssl3ecc.c484 serverKeyStrengthInBits *= BPB; in ssl3_GetCurveNameForServerSocket()
Dssl3con.c1448 ss->sec.keyBits = pwSpec->cipher_def->key_size * BPB; in ssl3_SetupPendingCipherSpec()
1449 ss->sec.secretKeyBits = pwSpec->cipher_def->secret_key_size * BPB; in ssl3_SetupPendingCipherSpec()
2178 effKeyBits = cipher_def->key_size * BPB; in ssl3_InitPendingContextsPKCS11()
3872 key_material_params.ulMacSizeInBits = pwSpec->mac_size * BPB; in ssl3_DeriveConnectionKeysPKCS11()
3873 key_material_params.ulKeySizeInBits = cipher_def->secret_key_size* BPB; in ssl3_DeriveConnectionKeysPKCS11()
3874 key_material_params.ulIVSizeInBits = cipher_def->iv_size * BPB; in ssl3_DeriveConnectionKeysPKCS11()
6147 if (keyLen * BPB > ss->ssl3.hs.kea_def->key_size_limit) { in ssl3_SendClientKeyExchange()
7886 keyLen * BPB <= kea_def->key_size_limit ) { in ssl3_SendServerHelloSequence()
9677 ss->sec.keaKeyBits = EXPORT_RSA_KEY_LENGTH * BPB; in ssl3_HandleClientKeyExchange()
12381 privKey = SECKEY_CreateRSAPrivateKey(EXPORT_RSA_KEY_LENGTH * BPB, in ssl3_CreateRSAStepDownKeys()
Dsslcon.c1597 if (keyBits != keySize * BPB) { in ssl2_ServerSetupSessionCypher()
/external/grub/docs/
Dinternals.texi299 table (@pxref{Partition table}) and a BPB. So the question is how to
Dgrub.info2774 name REAL_CONFIG_FILE. This command preserves the DOS BPB (and for
4084 table (*note Partition table::) and a BPB. So the question is how to
Dgrub.texi2938 command preserves the DOS BPB (and for hard disks, the partition table)
/external/grub/
DChangeLog2397 type and the BPB has a system id starting with "MSWIN".
2616 FAT, set the hidden sectors field of the BPB to PART_START, to
5220 * stage2/fsys_fat.c (fat_mount): Check if BPB.SECTS_PER_CLUST is
5221 zero after reading the BPB to avoid zero division.
5282 (BPB): Macro removod.
7646 get the root from BPB.