Searched refs:SoftBusGenerateHmacHash (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_aes_encrypt.h | 55 int32_t SoftBusGenerateHmacHash(
|
/foundation/communication/dsoftbus/adapter/common/mbedtls/ |
H A D | softbus_aes_encrypt_virtual.c | 19 int32_t SoftBusGenerateHmacHash( in SoftBusGenerateHmacHash() function
|
/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | dsoftbus_aes_crypto_test.cpp | 63 ret = SoftBusGenerateHmacHash(&randomKey, rootKey, rootKeyLen, hash, hashLen); in HWTEST_F() 88 ret = SoftBusGenerateHmacHash(nullptr, rootKey, rootKeyLen, hash, hashLen); in HWTEST_F() 90 ret = SoftBusGenerateHmacHash(&randomKey, nullptr, rootKeyLen, hash, hashLen); in HWTEST_F() 92 ret = SoftBusGenerateHmacHash(&randomKey, rootKey, rootKeyLen, nullptr, hashLen); in HWTEST_F() 119 ret = SoftBusGenerateHmacHash(&randomKey, rootKey, rootKeyLen1, hash, hashLen); in HWTEST_F() 121 ret = SoftBusGenerateHmacHash(&randomKey, rootKey, rootKeyLen, hash, hashLen1); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusaescrypto_fuzzer/ |
H A D | softbusaescrypto_fuzzer.cpp | 31 SoftBusGenerateHmacHash(&randomKey, data, size, hash, SHA256_MAC_LEN); in SoftBusGenerateHmacHashFuzzTest()
|
/foundation/communication/dsoftbus/adapter/common/openssl/ |
H A D | softbus_aes_encrypt.c | 39 int32_t SoftBusGenerateHmacHash( in SoftBusGenerateHmacHash() function 129 if (SoftBusGenerateHmacHash(randomKey, rootKey->key, rootKey->len, result, sizeof(result)) != SOFTBUS_OK) { in RootKeyGenerateIvAndSessionKey() 230 if (SoftBusGenerateHmacHash(&key, random, sizeof(random), result, SHA256_MAC_LEN) != SOFTBUS_OK) { in SoftBusAesCfbEncrypt()
|
Completed in 5 milliseconds