| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| H A D | softbus_aes_encrypt_virtual.c | 30 int32_t SoftBusAesCfbRootEncrypt(const AesInputData *inData, const EncryptKey *randomKey, EncryptKey *rootKey, in SoftBusAesCfbRootEncrypt() argument 19 SoftBusGenerateHmacHash( const EncryptKey *randomKey, const uint8_t *rootKey, uint32_t rootKeyLen, uint8_t *hash, uint32_t hashLen) SoftBusGenerateHmacHash() argument
|
| /foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusaescrypto_fuzzer/ |
| H A D | softbusaescrypto_fuzzer.cpp | 42 EncryptKey rootKey = { data, size }; in SoftBusAesCfbRootEncryptFuzzTest() local
|
| /drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
| H A D | adaptor_algorithm_test.cpp | 262 Buffer *rootKey = CreateBufferBySize(AES_GCM_256_KEY_SIZE); in HWTEST_F() local
|
| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| H A D | dsoftbus_aes_crypto_test.cpp | 54 uint8_t rootKey[rootKeyLen]; in HWTEST_F() local 79 uint8_t rootKey[rootKeyLen]; in HWTEST_F() local 110 uint8_t rootKey[rootKeyLen]; in HWTEST_F() local 150 EncryptKey rootKey = { rKey, rootKeyLen }; HWTEST_F() local 189 EncryptKey rootKey = { rKey, rootKeyLen }; HWTEST_F() local 241 EncryptKey rootKey = { rKey, rootKeyLen }; HWTEST_F() local 286 EncryptKey rootKey = { rKey, rootKeyLen }; HWTEST_F() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
| H A D | MainFragment.java | 106 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) in onCreatePreferences() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | tagged_hash_array_test.cpp | 263 JSTaggedValue rootKey = hashTreeNode->GetKey(); in HasNode() local
|
| /drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
| H A D | adaptor_algorithm.c | 300 Buffer *Hkdf(const Buffer *salt, const Buffer *rootKey) in Hkdf() argument
|
| /foundation/communication/dsoftbus/adapter/common/openssl/ |
| H A D | softbus_aes_encrypt.c | 126 static int32_t RootKeyGenerateIvAndSessionKey(const EncryptKey *randomKey, EncryptKey *rootKey, AesCipherKey *cipherKey) in RootKeyGenerateIvAndSessionKey() argument 148 static int32_t GenerateIvAndSessionKey(const EncryptKey *randomKey, EncryptKey *rootKey, AesCipherKey *cipherKey) in GenerateIvAndSessionKey() argument 176 int32_t SoftBusAesCfbRootEncrypt(const AesInputData *inData, const EncryptKey *randomKey, EncryptKey *rootKey, in SoftBusAesCfbRootEncrypt() argument 39 SoftBusGenerateHmacHash( const EncryptKey *randomKey, const uint8_t *rootKey, uint32_t rootKeyLen, uint8_t *hash, uint32_t hashLen) SoftBusGenerateHmacHash() argument [all...] |
| /developtools/hapsigner/hapsigntool_cpp/api/src/ |
| H A D | sign_tool_service_impl.cpp | 47 EVP_PKEY* rootKey = nullptr; in GenerateCA() local 70 bool SignToolServiceImpl::GenerateRootCertToFile(Options* options, EVP_PKEY* rootKey) in GenerateRootCertToFile() argument 105 bool SignToolServiceImpl::GenerateSubCertToFile(Options* options, EVP_PKEY* rootKey) in GenerateSubCertToFile() argument [all...] |