Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dderive.c755 requiredECCbits *= BPB; in SSL_CanBypass()
761 serverKeyStrengthInBits *= BPB; in SSL_CanBypass()
Dsslimpl.h187 #ifndef BPB
188 #define BPB 8 /* Bits Per Byte */ macro
Dssl3con.c1265 ss->sec.keyBits = pwSpec->cipher_def->key_size * BPB; in ssl3_SetupPendingCipherSpec()
1266 ss->sec.secretKeyBits = pwSpec->cipher_def->secret_key_size * BPB; in ssl3_SetupPendingCipherSpec()
1675 effKeyBits = cipher_def->key_size * BPB; in ssl3_InitPendingContextsPKCS11()
2998 key_material_params.ulMacSizeInBits = pwSpec->mac_size * BPB; in ssl3_DeriveConnectionKeysPKCS11()
2999 key_material_params.ulKeySizeInBits = cipher_def->secret_key_size* BPB; in ssl3_DeriveConnectionKeysPKCS11()
3000 key_material_params.ulIVSizeInBits = cipher_def->iv_size * BPB; in ssl3_DeriveConnectionKeysPKCS11()
4680 if (keyLen * BPB > ss->ssl3.hs.kea_def->key_size_limit) { in ssl3_SendClientKeyExchange()
5764 keyLen * BPB <= kea_def->key_size_limit ) { in ssl3_SendServerHelloSequence()
7072 ss->sec.keaKeyBits = EXPORT_RSA_KEY_LENGTH * BPB; in ssl3_HandleClientKeyExchange()
8867 privKey = SECKEY_CreateRSAPrivateKey(EXPORT_RSA_KEY_LENGTH * BPB, in ssl3_CreateRSAStepDownKeys()
Dssl3ecc.c490 serverKeyStrengthInBits *= BPB; in ssl3_GetCurveNameForServerSocket()
Dsslcon.c1629 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.