/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/ |
A D | rtl8721dhp_des_rom.c | 56 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cbc_encrypt() 83 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cbc_decrypt() 130 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ecb_encrypt() 154 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ecb_decrypt() 198 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cfb_encrypt() 222 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cfb_decrypt() 266 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ofb_encrypt() 290 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ofb_decrypt() 334 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ctr_encrypt() 358 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ctr_decrypt() [all …]
|
A D | rtl8721dhp_aes_rom.c | 59 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cbc_encrypt() 87 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cbc_decrypt() 134 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ecb_encrypt() 159 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ecb_decrypt() 203 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ctr_encrypt() 229 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ctr_decrypt() 275 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cfb_encrypt() 301 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cfb_decrypt() 347 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ofb_encrypt() 373 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ofb_decrypt() [all …]
|
A D | rtl8721dhp_chacha_poly1305.c | 107 IN const u8* iv, IN const u32 count, in rtl_crypto_chacha_encrypt() 136 IN const u8* iv, IN const u32 count, in rtl_crypto_chacha_decrypt()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ccm.c | 147 const unsigned char *iv, size_t iv_len, in ccm_auth_crypt() 319 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_star_encrypt_and_tag() 335 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_encrypt_and_tag() 357 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_star_auth_decrypt() 395 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_auth_decrypt() 431 static const unsigned char iv[] = { variable
|
A D | cipher_wrap.c | 136 unsigned char *iv, const unsigned char *input, unsigned char *output ) in aes_crypt_cbc_wrap() 145 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap() 155 unsigned char *iv, const unsigned char *input, unsigned char *output ) in aes_crypt_ofb_wrap() 666 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap() 676 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap() 1042 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap() 1052 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap() 1424 unsigned char *iv, const unsigned char *input, unsigned char *output ) in des_crypt_cbc_wrap() 1433 unsigned char *iv, const unsigned char *input, unsigned char *output ) in des3_crypt_cbc_wrap() 1689 size_t length, unsigned char *iv, const unsigned char *input, in blowfish_crypt_cbc_wrap() [all …]
|
A D | gcm.c | 277 const unsigned char *iv, in mbedtls_gcm_starts() 469 const unsigned char *iv, in mbedtls_gcm_crypt_and_tag() 501 const unsigned char *iv, in mbedtls_gcm_auth_decrypt() 581 static const unsigned char iv[MAX_TESTS][64] = variable
|
A D | cipher.c | 250 const unsigned char *iv, in mbedtls_cipher_set_iv() 1001 const unsigned char *iv, size_t iv_len, in mbedtls_cipher_crypt() 1036 const unsigned char *iv, size_t iv_len, in mbedtls_cipher_auth_encrypt() 1091 const unsigned char *iv, size_t iv_len, in mbedtls_cipher_auth_decrypt()
|
A D | ssl_ticket.c | 292 unsigned char *iv = start + 4; in mbedtls_ssl_ticket_write() local 388 unsigned char *iv = buf + 4; in mbedtls_ssl_ticket_parse() local
|
A D | pkcs12.c | 92 unsigned char *iv, size_t ivlen ) in pkcs12_pbe_derive_key_iv() 182 unsigned char iv[16]; in mbedtls_pkcs12_pbe() local
|
A D | pem.c | 59 static int pem_get_iv( const unsigned char *s, unsigned char *iv, in pem_get_iv() 82 unsigned char *iv, in pem_pbkdf1()
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | cbc_mode.c | 38 unsigned int inlen, const uint8_t *iv, in tc_cbc_mode_encrypt() 78 unsigned int inlen, const uint8_t *iv, in tc_cbc_mode_decrypt()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/ |
A D | cbc_mode.c | 38 unsigned int inlen, const uint8_t *iv, in utils_tc_cbc_mode_encrypt() 78 unsigned int inlen, const uint8_t *iv, in utils_tc_cbc_mode_decrypt()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/ |
A D | ContentCryptoMaterial.h | 44 void setContentIV(const ByteBuffer& iv) { contentIV_ = iv; } in setContentIV() 50 void setEncryptedContentIV(const ByteBuffer& iv) { encryptedContentIV_ = iv; } in setEncryptedContentIV()
|
/AliOS-Things-master/components/linkkit/wrappers/platform/os/ |
A D | HAL_Crypt_yoc.c | 13 uint8_t iv[16]; member 16 p_HAL_Aes128_t HAL_Aes128_Init(_IN_ const uint8_t *key, _IN_ const uint8_t *iv, in HAL_Aes128_Init()
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoStreamBuf.cc | 26 const ByteBuffer& key, const ByteBuffer& iv, in CryptoStreamBuf() 69 auto iv = SymmetricCipher::IncCTRCounter(iv_, blkOff); in xsgetn() local
|
A D | CryptoModule.cc | 97 auto iv = material.ContentIV(); in GetObjectSecurely() local 190 …auto iv = cipher_->IncCTRCounter(ctx.ContentMaterial().ContentIV(), static_cast<uint64_t>(blockNum… in UploadPartSecurely() local 299 auto iv = SymmetricCipher::GenerateIV(16); in generateKeyIV() local
|
A D | CipherOpenssl.cc | 51 void SymmetricCipherOpenssl::EncryptInit(const ByteBuffer& key, const ByteBuffer& iv) in EncryptInit() 101 void SymmetricCipherOpenssl::DecryptInit(const ByteBuffer& key, const ByteBuffer& iv) in DecryptInit()
|
A D | EncryptionMaterials.cc | 93 auto iv = cipher->Decrypt(contentCryptoMaterial.EncryptedContentIV()); in DecryptCEK() local
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | sha256.h | 72 unsigned int iv[TC_SHA256_STATE_BLOCKS]; member
|
A D | cmac_mode.h | 114 uint8_t iv[TC_AES_BLOCK_SIZE]; member
|
/AliOS-Things-master/components/ble_host/bt_crypto/include/ |
A D | bt_crypto.h | 23 uint8_t iv[16]; member
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_frame.c | 115 nghttp2_settings_entry *iv, size_t niv) in nghttp2_frame_settings_init() 498 const nghttp2_settings_entry *iv, in nghttp2_frame_pack_settings_payload() 510 nghttp2_settings_entry *iv, in nghttp2_frame_unpack_settings_payload() 517 void nghttp2_frame_unpack_settings_entry(nghttp2_settings_entry *iv, in nghttp2_frame_unpack_settings_entry() 811 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv, in nghttp2_frame_iv_copy() 967 int nghttp2_iv_check(const nghttp2_settings_entry *iv, size_t niv) in nghttp2_iv_check()
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/utils/ |
A D | awss_crypt.c | 45 uint8_t iv[AES128_KEY_LEN] = { 0 }; in aes_decrypt_string() local
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | iotx_coap_api.c | 365 char *iv = "543yhjy97ae7fyfg"; in iotx_aes_cbc_encrypt() local 394 char *iv = "543yhjy97ae7fyfg"; in iotx_aes_cbc_decrypt() local 441 char *iv = "543yhjy97ae7fyfg"; in iotx_aes_cfb_encrypt() local 456 char *iv = "543yhjy97ae7fyfg"; in iotx_aes_cfb_decrypt() local
|
/AliOS-Things-master/components/kv/src/ |
A D | kv_secure.c | 31 uint8_t iv[OFB_IV_LEN] = {0}; in _ofb_encrypt_wrap() local
|