Home
last modified time | relevance | path

Searched refs:AesCipherKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_aes_encrypt.h38 } AesCipherKey; typedef
63 const AesInputData *inData, AesCipherKey *cipherKey, int32_t encMode, AesOutputData *outData);
66 const AesInputData *inData, AesCipherKey *cipherKey, int32_t encMode, AesOutputData *outData);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Ddsoftbus_aes_crypto_test.cpp326 AesCipherKey cipherKey = { randSession, randKeyLen, randIv, randIvLen };
363 AesCipherKey cipherKey = { randSession, randKeyLen, randIv, randIvLen };
405 AesCipherKey cipherKey = { randSession, randKeyLen, randIv, randIvLen };
445 AesCipherKey cipherKey = { randSession, randKeyLen, randIv, randIvLen };
484 AesCipherKey cipherKey = { randSession, randKeyLen, randIv, randIvLen };
494 AesCipherKey cipherKey1 = { randSession1, randKeyLen, randIv1, randIvLen };
527 AesCipherKey cipherKey = { randSession, randKeyLen, randIv, randIvLen };
533 AesCipherKey cipherKey1 = { randSession1, randKeyLen, randIv1, randIvLen };
575 AesCipherKey cipherKey = { randSession, randKeyLen, randIv, randIvLen };
581 AesCipherKey cipherKey1 = { randSession1, randKeyLen, randIv1, randIvLen };
[all …]
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_aes_encrypt.c90 AesCipherKey *cipherKey, const AesInputData *inData, int32_t encMode, AesOutputData *outData) in OpensslAesCfbEncrypt()
126 …yGenerateIvAndSessionKey(const EncryptKey *randomKey, EncryptKey *rootKey, AesCipherKey *cipherKey) in RootKeyGenerateIvAndSessionKey()
148 … GenerateIvAndSessionKey(const EncryptKey *randomKey, EncryptKey *rootKey, AesCipherKey *cipherKey) in GenerateIvAndSessionKey()
184 AesCipherKey cipherKey = { 0 }; in SoftBusAesCfbRootEncrypt()
215 const AesInputData *inData, AesCipherKey *cipherKey, int32_t encMode, AesOutputData *outData) in SoftBusAesCfbEncrypt()
319 …const uint8_t *srcData, uint32_t srcDataLen, AesCipherKey *cipherKey, uint8_t *outData, uint32_t *… in OpensslAesGcmEncrypt()
372 …const uint8_t *srcData, uint32_t srcDataLen, AesCipherKey *cipherKey, uint8_t *outData, uint32_t *… in OpensslAesGcmDecrypt()
424 const AesInputData *inData, AesCipherKey *cipherKey, int32_t encMode, AesOutputData *outData) in SoftBusAesGcmEncrypt()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_aes_encrypt_virtual.c42 const AesInputData *inData, AesCipherKey *cipherKey, int32_t encMode, AesOutputData *outData) in SoftBusAesCfbEncrypt()
52 const AesInputData *inData, AesCipherKey *cipherKey, int32_t encMode, AesOutputData *outData) in SoftBusAesGcmEncrypt()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusaescrypto_fuzzer/
H A Dsoftbusaescrypto_fuzzer.cpp71 AesCipherKey cipherKey = { (uint8_t *)data, size, (uint8_t *)data, size }; in SoftBusAesGcmEncryptFuzzTest()
121 AesCipherKey cipherKey = { randomSession, size, randomIv, size }; in SoftBusAesCfbEncryptFuzzTest()
122 AesCipherKey cipherKeyCopy = { randomSessionCopy, size, randomIvCopy, size }; in SoftBusAesCfbEncryptFuzzTest()