Home
last modified time | relevance | path

Searched refs:RootKeyGenerateIvAndSessionKey (Results 1 - 1 of 1) sorted by relevance

/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() function
134 COMM_LOGE(COMM_ADAPTER, "RootKeyGenerateIvAndSessionKey fill sessionKey failed!"); in RootKeyGenerateIvAndSessionKey()
140 COMM_LOGE(COMM_ADAPTER, "RootKeyGenerateIvAndSessionKey fill iv failed!"); in RootKeyGenerateIvAndSessionKey()
165 if (RootKeyGenerateIvAndSessionKey(randomKey, rootKey, cipherKey) != SOFTBUS_OK) { in GenerateIvAndSessionKey()
166 COMM_LOGE(COMM_ADAPTER, "RootKeyGenerateIvAndSessionKey failed!"); in GenerateIvAndSessionKey()

Completed in 2 milliseconds