Home
last modified time | relevance | path

Searched defs:enc (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_crypt_test.cpp111 uint8_t enc[16] = {0}; variable
131 uint8_t enc[16] = {0}; variable
153 uint8_t enc[16] = {0}; variable
238 uint8_t enc[16] = {0}; variable
402 uint8_t enc[16] = {0}; variable
460 uint8_t enc[16] = {0}; variable
526 uint8_t enc[16] = {0}; variable
564 uint8_t enc[16] = {0}; variable
602 uint8_t enc[16] = {0}; variable
642 uint8_t enc[16] = {0}; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo.h45 OH_AVCodec *enc = nullptr; variable
H A Davcodec_e2e_demo_api10.h45 OH_AVCodec *enc = nullptr; variable
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Daes_openssl_common.h28 enum HcfCryptoMode enc; member
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_service.cpp79 VideoCodecFormat *enc = (VideoCodecFormat*)ReadRawData(req, sizeof(VideoCodecFormat)); in Dispatch() local
141 AudioCodecFormat *enc = (AudioCodecFormat *)ReadRawData(req, sizeof(AudioCodecFormat)); in Dispatch() local
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c51 RbTreeValueEncoder enc; member
487 int32_t RbTreeEncode(const struct RbTree *t, RbTreeValueEncoder enc, uint8_t *buf, uint32_t *size) in RbTreeEncode()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm4_openssl.c314 int enc, HcfParamsSpec *params) in SetCipherAttribute()
363 int32_t enc = (opMode == ENCRYPT_MODE) ? 1 : 0; in EngineCipherInit() local
H A Dcipher_3des_openssl.c112 int32_t enc = (opMode == ENCRYPT_MODE) ? 1 : 0; in EngineCipherInit() local
H A Dcipher_aes_openssl.c366 int enc, HcfParamsSpec *params) in SetCipherAttribute()
414 int enc = (opMode == ENCRYPT_MODE) ? 1 : 0; in EngineCipherInit() local
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_function_utils.cpp95 std::vector<int8_t> enc; in InitBufferHandleParameter() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_aes.c706 int enc = (isEncrypt ? 1 : 0); in OpensslAesAeadCipherSetParam() local
727 int enc = (isEncrypt ? 1 : 0); in OpensslAesAeadCipherInit() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c1617 const unsigned char *key, const unsigned char *iv, int enc) in OpensslEvpCipherInit()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c1128 const unsigned char *key, const unsigned char *iv, int enc) in OpensslEvpCipherInit()