| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| StringMapEntry.h | 24 size_t keyLength; 27 explicit StringMapEntryBase(size_t keyLength) : keyLength(keyLength) {} 29 size_t getKeyLength() const { return keyLength; } 45 size_t KeyLength = Key.size(); 49 size_t AllocSize = EntrySize + KeyLength + 1; 55 if (KeyLength > 0) 56 ::memcpy(Buffer, Key.data(), KeyLength); 57 Buffer[KeyLength] = 0; // Null terminate for convenience of clients [all...] |
| /src/external/bsd/ntp/dist/tests/libntp/ |
| a_md5encrypt.c | 23 const size_t keyLength = sizeof(key) - 1; 84 length = MD5authencrypt(keytype, key, keyLength, 89 TEST_ASSERT_TRUE(MD5authdecrypt(keytype, key, keyLength, packetPtr, 103 TEST_ASSERT_TRUE(MD5authdecrypt(keytype, key, keyLength, 115 TEST_ASSERT_FALSE(MD5authdecrypt(keytype, key, keyLength,
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcs_key.c | 386 UINT32 keyLength; 388 UnloadBlob_UINT32(offset, &keyLength, blob); 390 if (keyLength > 0) 391 UnloadBlob(offset, keyLength, blob, NULL); 396 UnloadBlob_UINT32(offset, &store->keyLength, blob); 398 if (store->keyLength == 0) { 402 store->key = (BYTE *)malloc(store->keyLength); 404 LogError("malloc of %u bytes failed.", store->keyLength); 405 store->keyLength = 0; 409 UnloadBlob(offset, store->keyLength, blob, store->key) [all...] |
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| DNSServerDNSSEC.c | 3537 uint16_t keyLength; 3542 keyLength = kRSASHA1_PublicKeyBytes; 3548 keyLength = kRSASHA256_PublicKeyBytes; 3554 keyLength = kRSASHA512_PublicKeyBytes; 3557 _ParseRSAPublicKey( keyBytes, keyLength, ( const uint8_t ** )&rsaKeyParams.modulus, 3647 const uint16_t keyLength, 3666 *outModulusLength = keyLength - ( *outExponentLength + exponentLengthFieldLength );
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| x509.h | 302 ASN1_INTEGER *keylength; member in struct:PBKDF2PARAM_st 312 ASN1_INTEGER *keyLength;
|
| /src/crypto/external/cpl/trousers/dist/src/trspi/ |
| trousers.c | 92 pubKey->pubKey.keyLength = 0; 206 Trspi_LoadBlob_UINT32(offset, parms->keyLength, blob); 465 Trspi_LoadBlob_UINT32(offset, store->keyLength, blob); 466 Trspi_LoadBlob(offset, store->keyLength, blob, store->key); 662 UINT32 keyLength; 664 Trspi_UnloadBlob_UINT32(offset, &keyLength, blob); 665 Trspi_UnloadBlob(offset, keyLength, blob, NULL); 670 Trspi_UnloadBlob_UINT32(offset, &store->keyLength, blob); 672 if (store->keyLength > 0) { 673 store->key = malloc(store->keyLength); [all...] |
| /src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| tpm.h | 809 UINT32 keyLength;
818 UINT32 keyLength;
827 UINT32 keyLength;
828 SIZEIS(keyLength)
840 UINT32 keyLength;
841 SIZEIS(keyLength)
|