Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Daes_openssl_common.h31 uint32_t updateLen; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_utils.h57 uint32_t updateLen; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp360 uint32_t size = info.updateLen < lastSize ? info.updateLen : lastSize; in FfiOHOSUpdateData()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm4_openssl.c478 outLen += data->updateLen + authTagLen + SM4_BLOCK_SIZE; in AllocateGcmOutput()
H A Dcipher_aes_openssl.c692 outLen += data->updateLen + authTagLen + AES_BLOCK_SIZE; in AllocateGcmOutput()