Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_aes_encrypt.h29 #define AES_IV_LENGTH 16 macro
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_aes_encrypt.c95 if (cipherKey == NULL || cipherKey->ivLen != AES_IV_LENGTH || inData == NULL || inData->data == NULL || in OpensslAesCfbEncrypt()
155 cipherKey->ivLen = AES_IV_LENGTH; in GenerateIvAndSessionKey()
309 if (EVP_CIPHER_CTX_ctrl(*ctx, EVP_CTRL_GCM_SET_IVLEN, AES_IV_LENGTH, NULL) != 1) { in GcmOpensslEvpInit()

Completed in 2 milliseconds