Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 25 of 52) sorted by relevance

123

/base/security/crypto_framework/test/unittest/src/aes_cipher/
Dcrypto_aes_cfb_cipher_test.cpp48 uint8_t iv[16] = {0}; variable
99 uint8_t iv[16] = {0}; variable
150 uint8_t iv[16] = {0}; variable
202 uint8_t iv[16] = {0}; variable
253 uint8_t iv[16] = {0}; variable
304 uint8_t iv[16] = {0}; variable
354 uint8_t iv[16] = {0}; variable
404 uint8_t iv[16] = {0}; variable
454 uint8_t iv[16] = {0}; variable
504 uint8_t iv[16] = {0}; variable
[all …]
Dcrypto_aes_ctr_cipher_test.cpp48 uint8_t iv[16] = {0}; variable
99 uint8_t iv[16] = {0}; variable
150 uint8_t iv[16] = {0}; variable
201 uint8_t iv[16] = {0}; variable
252 uint8_t iv[16] = {0}; variable
303 uint8_t iv[16] = {0}; variable
354 uint8_t iv[16] = {0}; variable
405 uint8_t iv[AES_IV_LEN] = { 0 }; variable
447 uint8_t iv[AES_IV_LEN] = { 0 }; variable
Dcrypto_aes_ofb_cipher_test.cpp48 uint8_t iv[16] = {0}; variable
99 uint8_t iv[16] = {0}; variable
150 uint8_t iv[16] = {0}; variable
200 uint8_t iv[16] = {0}; variable
251 uint8_t iv[16] = {0}; variable
302 uint8_t iv[16] = {0}; variable
352 uint8_t iv[16] = {0}; variable
403 uint8_t iv[AES_IV_LEN] = { 0 }; variable
445 uint8_t iv[AES_IV_LEN] = { 0 }; variable
Dcrypto_aes_cbc_cipher_test.cpp48 uint8_t iv[16] = {0}; variable
99 uint8_t iv[16] = {0}; variable
150 uint8_t iv[16] = {0}; variable
201 uint8_t iv[16] = {0}; variable
252 uint8_t iv[16] = {0}; variable
303 uint8_t iv[16] = {0}; variable
355 uint8_t iv[16] = {0}; variable
406 uint8_t iv[AES_IV_LEN] = { 0 }; variable
448 uint8_t iv[AES_IV_LEN] = { 0 }; variable
Dcrypto_aes_gcm_cipher_test.cpp50 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
104 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
158 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
212 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
266 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
320 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
374 uint8_t iv[GCM_IV_LEN] = { 0 }; // openssl only support nonce 12 bytes, tag 16 bytes variable
427 uint8_t iv[GCM_IV_LEN] = { 0 }; // openssl only support nonce 12 bytes, tag 16 bytes variable
548 uint8_t iv[GCM_IV_LEN] = { 0 }; variable
592 uint8_t iv[GCM_IV_LEN] = { 0 }; variable
[all …]
Dcrypto_aes_ccm_cipher_test.cpp50 uint8_t iv[7] = {0}; variable
103 uint8_t iv[7] = {0}; variable
156 uint8_t iv[7] = {0}; variable
209 uint8_t iv[7] = {0}; variable
262 uint8_t iv[7] = {0}; variable
316 uint8_t iv[7] = {0}; variable
369 uint8_t iv[CCM_IV_LEN] = { 0 }; variable
421 uint8_t iv[CCM_IV_LEN] = { 0 }; variable
505 uint8_t iv[CCM_IV_LEN] = { 0 }; variable
547 uint8_t iv[CCM_IV_LEN] = { 0 }; variable
[all …]
/base/security/crypto_framework/test/unittest/src/
Dcrypto_sm4_gcm_cipher_test.cpp52 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
106 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
160 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
214 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
268 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
322 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable
444 uint8_t iv[GCM_IV_LEN] = { 0 }; variable
488 uint8_t iv[GCM_IV_LEN] = { 0 }; variable
531 uint8_t iv[GCM_IV_LEN] = { 0 }; variable
573 uint8_t iv[GCM_IV_LEN] = {0}; variable
[all …]
Dcrypto_3des_cipher_test.cpp379 uint8_t iv[8] = {0}; variable
430 uint8_t iv[8] = {0}; variable
480 uint8_t iv[8] = {0}; variable
530 uint8_t iv[8] = {0}; variable
582 uint8_t iv[8] = {0}; variable
632 uint8_t iv[8] = {0}; variable
684 uint8_t iv[8] = {0}; variable
735 uint8_t iv[8] = {0}; variable
786 uint8_t iv[8] = {0}; variable
980 uint8_t iv[8] = {0}; variable
[all …]
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dopenssl_aes_helper.c134 struct HksParam *iv = NULL; in AesEncrypt() local
188 struct HksParam *iv = NULL; in AesDecrypt() local
240 struct HksParam *iv = NULL; in AesGcmEncrypt() local
295 struct HksParam *iv = NULL; in AesGcmDecrypt() local
/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/
Ddetailed_iv_params.h26 HcfBlob iv; member
Ddetailed_gcm_params.h27 HcfBlob iv; member
Ddetailed_ccm_params.h27 HcfBlob iv; member
/base/security/crypto_framework/frameworks/cj/include/
Dcrypto_ffi.h48 HcfBlob iv; member
/base/startup/hvb/libhvb/src/crypto/
Dhvb_hash_sha256.c162 __attribute__((weak)) int sha256_data_blk_update(uint32_t *iv, const void *msg, uint64_t len) in sha256_data_blk_update()
183 static void hash_sha256_pad_update(uint32_t *iv, const void *left_msg, uint64_t left_len, uint64_t … in hash_sha256_pad_update()
214 static int hash_sha256_output_iv(uint32_t *iv, uint8_t *out, uint32_t out_len) in hash_sha256_output_iv()
236 uint32_t iv[IV_WORD_SIZE_SHA256]; in hash_sha256_single() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_aes_common.c29 uint8_t *iv = spec->iv.data; in GetIv() local
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
Daes_openssl_common.h32 unsigned char *iv; member
/base/notification/distributed_notification_service/services/ans/src/common/
Daes_gcm_helper.cpp176 std::vector<unsigned char> iv(G_AES_GCM_IV_LEN); in EncryptAesGcm() local
226 std::vector<unsigned char> iv(G_AES_GCM_IV_LEN); in DecryptAesGcm() local
/base/security/huks/frameworks/crypto_lite/cipher/src/
Dcipher_aes.c138 static int32_t InitAesCryptContext(const char *key, const AesIvMode *iv, AesCryptContext *ctx) in InitAesCryptContext()
316 int32_t InitAesCryptData(const char *action, const char *text, const char *key, const AesIvMode *iv, in InitAesCryptData()
/base/startup/hvb/libhvb/include/
Dhvb_crypto.h54 uint32_t iv[IV_BYTE_SIZE_SHA256]; member
/base/security/crypto_framework/test/unittest/src/native/
Dnative_sym_cipher_test.cpp150 uint8_t iv[12] = {0}; variable
/base/security/dlp_permission_service/frameworks/dlp_permission/src/
Ddlp_policy_parcel.cpp153 const uint8_t* iv = in.ReadUnpadBuffer(len); in ReadKey() local
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/stub_fuzzer/generatecertstub_fuzzer/
Dgeneratecertstub_fuzzer.cpp69 uint8_t* iv = const_cast<uint8_t*>(data + KEY_LEN + KEY_LEN); in InitPolicy() local
/base/security/huks/frameworks/crypto_lite/js/builtin/src/
Dcipher_module.cpp119 AesIvMode iv = {NULL, NULL, 0, 0}; in Aes() local
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
Dhks_crypto_hal_api_mbedtls.cpp268 uint8_t iv[IV_SIZE] = {0}; variable
290 uint8_t iv[IV_SIZE] = {0}; variable
/base/security/huks/frameworks/crypto_lite/cipher/include/
Dcipher.h61 AesIvMode iv; member

123