Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/security_utils/
H A Dwifi_openssl_utils_test.cpp50 const uint8_t iv[AES_IV_LEN] = {0xa8, 0x2b, 0xce, 0x21, 0xa8, 0x2b, 0xce, 0x21, 0xa8, 0x2b, 0xce, 0…
61 memcpy_s(info.iv, AES_IV_LEN, iv, AES_IV_LEN);
/ohos5.0/foundation/communication/wifi/wifi/base/security_utils/include/
H A Dwifi_openssl_utils.h25 #define AES_IV_LEN 12 macro
29 uint8_t iv[AES_IV_LEN];
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_cfb_cipher_test.cpp1307 uint8_t iv[AES_IV_LEN] = { 0 };
1315 ivSpec.iv.len = AES_IV_LEN;
1349 uint8_t iv[AES_IV_LEN] = { 0 };
1357 ivSpec.iv.len = AES_IV_LEN;
1391 uint8_t iv[AES_IV_LEN] = { 0 };
1399 ivSpec.iv.len = AES_IV_LEN;
1442 ivSpec.iv.len = AES_IV_LEN;
1484 ivSpec.iv.len = AES_IV_LEN;
1526 ivSpec.iv.len = AES_IV_LEN;
1568 ivSpec.iv.len = AES_IV_LEN;
[all …]
H A Dcrypto_aes_cbc_cipher_test.cpp406 uint8_t iv[AES_IV_LEN] = { 0 };
414 ivSpec.iv.len = AES_IV_LEN;
448 uint8_t iv[AES_IV_LEN] = { 0 };
456 ivSpec.iv.len = AES_IV_LEN;
H A Dcrypto_aes_ctr_cipher_test.cpp405 uint8_t iv[AES_IV_LEN] = { 0 };
413 ivSpec.iv.len = AES_IV_LEN;
447 uint8_t iv[AES_IV_LEN] = { 0 };
455 ivSpec.iv.len = AES_IV_LEN;
H A Dcrypto_aes_ofb_cipher_test.cpp403 uint8_t iv[AES_IV_LEN] = { 0 };
411 ivSpec.iv.len = AES_IV_LEN;
445 uint8_t iv[AES_IV_LEN] = { 0 };
453 ivSpec.iv.len = AES_IV_LEN;
/ohos5.0/foundation/communication/wifi/wifi/base/security_utils/src/
H A Dwifi_openssl_utils.cpp88 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, AES_IV_LEN, nullptr) != 1) { in OpensslAesEncrypt()
150 if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GCM_SET_IVLEN, AES_IV_LEN, nullptr) != 1) { in OpensslAesDecrypt()
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h33 static constexpr int32_t AES_IV_LEN = 16; // iv for CBC|CTR|OFB|CFB mode variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_cipher_test.cpp810 uint8_t iv[AES_IV_LEN] = { 0 };
818 ivSpec.iv.len = AES_IV_LEN;