Home
last modified time | relevance | path

Searched defs:rootKey (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/mbedtls/
Dsoftbus_aes_encrypt_virtual.c20 …const EncryptKey *randomKey, const uint8_t *rootKey, uint32_t rootKeyLen, uint8_t *hash, uint32_t … in SoftBusGenerateHmacHash()
30 …tBusAesCfbRootEncrypt(const AesInputData *inData, const EncryptKey *randomKey, EncryptKey *rootKey, in SoftBusAesCfbRootEncrypt()
/foundation/communication/dsoftbus/adapter/common/openssl/
Dsoftbus_aes_encrypt.c40 …const EncryptKey *randomKey, const uint8_t *rootKey, uint32_t rootKeyLen, uint8_t *hash, uint32_t … in SoftBusGenerateHmacHash()
126 static int32_t RootKeyGenerateIvAndSessionKey(const EncryptKey *randomKey, EncryptKey *rootKey, Aes… in RootKeyGenerateIvAndSessionKey()
148 static int32_t GenerateIvAndSessionKey(const EncryptKey *randomKey, EncryptKey *rootKey, AesCipherK… in GenerateIvAndSessionKey()
176 …tBusAesCfbRootEncrypt(const AesInputData *inData, const EncryptKey *randomKey, EncryptKey *rootKey, in SoftBusAesCfbRootEncrypt()
/foundation/communication/dsoftbus/tests/adapter/unittest/
Ddsoftbus_aes_crypto_test.cpp54 uint8_t rootKey[rootKeyLen]; variable
79 uint8_t rootKey[rootKeyLen]; variable
110 uint8_t rootKey[rootKeyLen]; variable
150 EncryptKey rootKey = { rKey, rootKeyLen }; variable
189 EncryptKey rootKey = { rKey, rootKeyLen }; variable
241 EncryptKey rootKey = { rKey, rootKeyLen }; variable
286 EncryptKey rootKey = { rKey, rootKeyLen }; variable
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusaescrypto_fuzzer/
Dsoftbusaescrypto_fuzzer.cpp42 EncryptKey rootKey = { data, size }; in SoftBusAesCfbRootEncryptFuzzTest() local