Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c99 static int32_t PackIvAndTag(EVP_CIPHER_CTX *ctx, const AesGcmCipherKey *cipherkey, uint32_t dataLen, in PackIvAndTag() function
160 ret = PackIvAndTag(ctx, cipherkey, outlen, cipherText, cipherTextLen); in SslAesGcmEncrypt()