Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c137 int32_t outbufLen; in SslAesGcmEncrypt() local
150 ret = EVP_EncryptUpdate(ctx, cipherText + GCM_IV_LEN, (int32_t *)&outbufLen, plainText, plainTextSize); in SslAesGcmEncrypt()
156 outlen += outbufLen; in SslAesGcmEncrypt()
157 ret = EVP_EncryptFinal_ex(ctx, cipherText + GCM_IV_LEN + outbufLen, (int32_t *)&outbufLen); in SslAesGcmEncrypt()
163 outlen += outbufLen; in SslAesGcmEncrypt()

Completed in 2 milliseconds