Searched defs:keyBits (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal.c779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) argument
789 if (keyBits == 128) {
805 if (keyBits == 192) {
824 if (keyBits == 256) {
H A Daes-internal-dec.c28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) argument
34 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal.c779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) argument
789 if (keyBits == 128) {
805 if (keyBits == 192) {
824 if (keyBits == 256) {
H A Daes-internal-dec.c28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) argument
34 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal.c779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) argument
789 if (keyBits == 128) {
805 if (keyBits == 192) {
824 if (keyBits == 256) {
H A Daes-internal-dec.c28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) argument
34 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslcon.c1269 int keyBits,
1290 sid->u.ssl2.keyBits = keyBits;
1497 ss->sec.keyBits = sid->u.ssl2.keyBits;
1527 ** "keyBits" the size of the final cipher key
1545 ssl2_ServerSetupSessionCypher(sslSocket *ss, int cipher, unsigned int keyBits, argument
1597 if (keyBits != keySize * BPB) {
1599 SSL_GETPID(), ss->fd, keyBits));
1688 keyBits, keyBit
1263 ssl2_FillInSID(sslSessionID * sid, int cipher, PRUint8 *keyData, int keyLen, PRUint8 *ca, int caLen, int keyBits, int secretKeyBits, SSLSignType authAlgorithm, PRUint32 authKeyBits, SSLKEAType keaType, PRUint32 keaKeyBits) argument
3222 unsigned int keyBits; local
[all...]
H A Dsslsnce.c114 /* 1 */ PRUint8 keyBits; member in struct:sidCacheEntryStr::__anon9118::__anon9119
479 to->u.ssl2.keyBits = from->u.ssl2.keyBits;
561 to->u.ssl2.keyBits = from->u.ssl2.keyBits;
H A Dsslimpl.h664 int keyBits; member in struct:sslSessionIDStr::__anon9098::__anon9099
1163 int keyBits; /* ssl 2 & 3 */ member in struct:sslSecurityInfoStr
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 494 milliseconds