HomeSort by relevance Sort by last modified time
    Searched refs:KeyLength (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
CryptPem.c 37 INTN KeyLength;
44 KeyLength = (INTN) AsciiStrLen ((CHAR8 *)Key);
45 KeyLength = (KeyLength > Size ) ? Size : KeyLength;
46 CopyMem (Buf, Key, (UINTN) KeyLength);
47 return KeyLength;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
CryptAes.c 47 If KeyLength is not valid, then return FALSE.
51 @param[in] KeyLength Length of AES key in bits.
62 IN UINTN KeyLength
70 if (AesContext == NULL || Key == NULL || (KeyLength != 128 && KeyLength != 192 && KeyLength != 256)) {
78 if (AES_set_encrypt_key (Key, (UINT32) KeyLength, AesKey) != 0) {
81 if (AES_set_decrypt_key (Key, (UINT32) KeyLength, AesKey + 1) != 0) {
CryptTdes.c 43 KeyLength = 64, Keying option 1: K1 == K2 == K3 (Backward compatibility with DES)
44 KeyLength = 128, Keying option 2: K1 != K2 and K3 = K1 (Less Security)
45 KeyLength = 192 Keying option 3: K1 != K2 != K3 (Strongest)
49 If KeyLength is not valid, then return FALSE.
53 @param[in] KeyLength Length of TDES key in bits.
64 IN UINTN KeyLength
72 if (TdesContext == NULL || Key == NULL || (KeyLength != 64 && KeyLength != 128 && KeyLength != 192)) {
87 if (KeyLength == 64) {
    [all...]
CryptAesNull.c 42 @param[in] KeyLength Length of AES key in bits.
52 IN UINTN KeyLength
CryptTdesNull.c 42 @param[in] KeyLength Length of TDES key in bits.
52 IN UINTN KeyLength
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/
CryptAesNull.c 42 @param[in] KeyLength Length of AES key in bits.
52 IN UINTN KeyLength
CryptTdesNull.c 42 @param[in] KeyLength Length of TDES key in bits.
52 IN UINTN KeyLength
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 151 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart);
158 KeyLength+1;
165 new (NewItem) StringMapEntry(KeyLength);
169 memcpy(StrBuffer, KeyStart, KeyLength);
170 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /external/llvm/include/llvm/ADT/
StringMap.h 154 unsigned KeyLength = Key.size();
159 KeyLength+1;
166 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
170 if (KeyLength > 0)
171 memcpy(StrBuffer, Key.data(), KeyLength);
172 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringMap.h 160 unsigned KeyLength = Key.size();
165 KeyLength+1;
172 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
176 if (KeyLength > 0)
177 memcpy(StrBuffer, Key.data(), KeyLength);
178 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 161 unsigned KeyLength = Key.size();
166 KeyLength+1;
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
177 if (KeyLength > 0)
178 memcpy(StrBuffer, Key.data(), KeyLength);
179 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 161 unsigned KeyLength = Key.size();
166 KeyLength+1;
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
177 if (KeyLength > 0)
178 memcpy(StrBuffer, Key.data(), KeyLength);
179 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 161 unsigned KeyLength = Key.size();
166 KeyLength+1;
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
177 if (KeyLength > 0)
178 memcpy(StrBuffer, Key.data(), KeyLength);
179 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 161 unsigned KeyLength = Key.size();
166 KeyLength+1;
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
177 if (KeyLength > 0)
178 memcpy(StrBuffer, Key.data(), KeyLength);
179 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 161 unsigned KeyLength = Key.size();
166 KeyLength+1;
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
177 if (KeyLength > 0)
178 memcpy(StrBuffer, Key.data(), KeyLength);
179 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 161 unsigned KeyLength = Key.size();
166 KeyLength+1;
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
177 if (KeyLength > 0)
178 memcpy(StrBuffer, Key.data(), KeyLength);
179 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 161 unsigned KeyLength = Key.size();
166 KeyLength+1;
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
177 if (KeyLength > 0)
178 memcpy(StrBuffer, Key.data(), KeyLength);
179 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 161 unsigned KeyLength = Key.size();
166 KeyLength+1;
173 new (NewItem) StringMapEntry(KeyLength, std::forward<InitTy>(InitVals)...);
177 if (KeyLength > 0)
178 memcpy(StrBuffer, Key.data(), KeyLength);
179 StrBuffer[KeyLength] = 0; // Null terminate for convenience of clients.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winefs.h 38 ULONG KeyLength;
ntddcdvd.h 137 ULONG KeyLength;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Bis/
Bis.h 69 UINT16 KeyLength; // Length of alg. keys in bits.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Bis.h 81 UINT16 KeyLength; ///< The length of alg. keys in bits.
402 Retrieves a list of digital certificate identifier, digital signature algorithm, hash algorithm, and keylength
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.h 320 UINTN KeyLength;
584 @param[in] KeyLength The length of the Key in bytes.
601 IN UINTN KeyLength,
IpSecCryptIo.c 88 return mIpsecEncryptAlgorithmList[Index].KeyLength;
426 @param[in] KeyLength The length of the Key in bytes.
443 IN UINTN KeyLength,
501 if (mIpsecAuthAlgorithmList[Index].HmacInitiate(HashContext, Key, KeyLength)) {
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h 1004 KeyLength = 64, Keying option 1: K1 == K2 == K3 (Backward compatibility with DES)
1005 KeyLength = 128, Keying option 2: K1 != K2 and K3 = K1 (Less Security)
1006 KeyLength = 192 Keying option 3: K1 != K2 != K3 (Strongest)
1010 If KeyLength is not valid, then return FALSE.
1015 @param[in] KeyLength Length of TDES key in bits.
1027 IN UINTN KeyLength
    [all...]

Completed in 677 milliseconds

1 2