Searched defs:rootKey (Results 1 – 4 of 4) sorted by relevance
| /foundation/communication/dsoftbus/adapter/common/mbedtls/ |
| D | softbus_aes_encrypt_virtual.c | 20 …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/ |
| D | softbus_aes_encrypt.c | 40 …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/ |
| D | dsoftbus_aes_crypto_test.cpp | 54 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/ |
| D | softbusaescrypto_fuzzer.cpp | 42 EncryptKey rootKey = { data, size }; in SoftBusAesCfbRootEncryptFuzzTest() local
|