| /base/security/crypto_framework/test/unittest/src/aes_cipher/ |
| D | crypto_aes_cfb_cipher_test.cpp | 48 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 …]
|
| D | crypto_aes_ctr_cipher_test.cpp | 48 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
|
| D | crypto_aes_ofb_cipher_test.cpp | 48 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
|
| D | crypto_aes_cbc_cipher_test.cpp | 48 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
|
| D | crypto_aes_gcm_cipher_test.cpp | 50 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 …]
|
| D | crypto_aes_ccm_cipher_test.cpp | 50 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/ |
| D | crypto_sm4_gcm_cipher_test.cpp | 52 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 …]
|
| D | crypto_3des_cipher_test.cpp | 379 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/ |
| D | openssl_aes_helper.c | 134 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/ |
| D | detailed_iv_params.h | 26 HcfBlob iv; member
|
| D | detailed_gcm_params.h | 27 HcfBlob iv; member
|
| D | detailed_ccm_params.h | 27 HcfBlob iv; member
|
| /base/security/crypto_framework/frameworks/cj/include/ |
| D | crypto_ffi.h | 48 HcfBlob iv; member
|
| /base/startup/hvb/libhvb/src/crypto/ |
| D | hvb_hash_sha256.c | 162 __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/ |
| D | cipher_aes_common.c | 29 uint8_t *iv = spec->iv.data; in GetIv() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
| D | aes_openssl_common.h | 32 unsigned char *iv; member
|
| /base/notification/distributed_notification_service/services/ans/src/common/ |
| D | aes_gcm_helper.cpp | 176 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/ |
| D | cipher_aes.c | 138 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/ |
| D | hvb_crypto.h | 54 uint32_t iv[IV_BYTE_SIZE_SHA256]; member
|
| /base/security/crypto_framework/test/unittest/src/native/ |
| D | native_sym_cipher_test.cpp | 150 uint8_t iv[12] = {0}; variable
|
| /base/security/dlp_permission_service/frameworks/dlp_permission/src/ |
| D | dlp_policy_parcel.cpp | 153 const uint8_t* iv = in.ReadUnpadBuffer(len); in ReadKey() local
|
| /base/security/dlp_permission_service/test/fuzztest/dlp_permission/stub_fuzzer/generatecertstub_fuzzer/ |
| D | generatecertstub_fuzzer.cpp | 69 uint8_t* iv = const_cast<uint8_t*>(data + KEY_LEN + KEY_LEN); in InitPolicy() local
|
| /base/security/huks/frameworks/crypto_lite/js/builtin/src/ |
| D | cipher_module.cpp | 119 AesIvMode iv = {NULL, NULL, 0, 0}; in Aes() local
|
| /base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
| D | hks_crypto_hal_api_mbedtls.cpp | 268 uint8_t iv[IV_SIZE] = {0}; variable 290 uint8_t iv[IV_SIZE] = {0}; variable
|
| /base/security/huks/frameworks/crypto_lite/cipher/include/ |
| D | cipher.h | 61 AesIvMode iv; member
|