Searched defs:keyBits (Results 1 - 10 of 10) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | aes-internal.c | 779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) argument 789 if (keyBits == 128) { 805 if (keyBits == 192) { 824 if (keyBits == 256) {
|
H A D | aes-internal-dec.c | 28 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 D | aes-internal.c | 779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) argument 789 if (keyBits == 128) { 805 if (keyBits == 192) { 824 if (keyBits == 256) {
|
H A D | aes-internal-dec.c | 28 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 D | aes-internal.c | 779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) argument 789 if (keyBits == 128) { 805 if (keyBits == 192) { 824 if (keyBits == 256) {
|
H A D | aes-internal-dec.c | 28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) argument 34 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
|
/external/openssh/ |
H A D | rijndael.c | 630 rijndaelKeySetupEnc(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) argument 639 if (keyBits == 128) { 659 if (keyBits == 192) { 681 if (keyBits == 256) { 718 rijndaelKeySetupDec(u32 rk[/*4*(Nr + 1)*/], const u8 cipherKey[], int keyBits) 724 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits);
|
/external/tpm2/ |
H A D | Object_spt.c | 74 UINT16 keyBits; local 80 keyBits = CONTEXT_ENCRYPT_KEY_BITS; 86 keyBits= protector->publicArea.parameters.asymDetail.symmetric.keyBits.sym; 90 return sizeof(UINT16) + CryptGetSymmetricBlockSize(symAlg, keyBits); 110 UINT16 *keyBits, // OUT: the symmetric key size in bits 123 *keyBits = CONTEXT_ENCRYPT_KEY_BITS; 131 *keyBits= symDef->keyBits.sym; 132 symKey->t.size = (*keyBits 102 ComputeProtectionKeyParms( TPM_HANDLE protectorHandle, TPM_ALG_ID hashAlg, TPM2B_NAME *name, TPM2B_SEED *seedIn, TPM_ALG_ID *symAlg, UINT16 *keyBits, TPM2B_SYM_KEY *symKey ) argument 718 UINT16 keyBits; local 804 UINT16 keyBits = 0; local [all...] |
H A D | tpm_types.h | 1014 TPMU_SYM_KEY_BITS keyBits; member in struct:__anon21302 1021 TPMU_SYM_KEY_BITS keyBits; member in struct:__anon21303 1423 TPMI_RSA_KEY_BITS keyBits; member in struct:__anon21346
|
/external/google-tv-pairing-protocol/java/jar/ |
H A D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ... |
Completed in 223 milliseconds