Home
last modified time | relevance | path

Searched defs:rootKey (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_aes_encrypt_virtual.c30 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 Dsoftbusaescrypto_fuzzer.cpp42 EncryptKey rootKey = { data, size }; in SoftBusAesCfbRootEncryptFuzzTest() local
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp262 Buffer *rootKey = CreateBufferBySize(AES_GCM_256_KEY_SIZE); in HWTEST_F() local
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Ddsoftbus_aes_crypto_test.cpp54 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 DMainFragment.java106 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) in onCreatePreferences() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_hash_array_test.cpp263 JSTaggedValue rootKey = hashTreeNode->GetKey(); in HasNode() local
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c300 Buffer *Hkdf(const Buffer *salt, const Buffer *rootKey) in Hkdf() argument
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_aes_encrypt.c126 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 Dsign_tool_service_impl.cpp47 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...]

Completed in 7 milliseconds