Home
last modified time | relevance | path

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

12

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_des_rom.c56 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 Drtl8721dhp_aes_rom.c59 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 Drtl8721dhp_chacha_poly1305.c107 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 Dccm.c147 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 Dcipher_wrap.c136 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 Dgcm.c277 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 Dcipher.c250 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 Dssl_ticket.c292 unsigned char *iv = start + 4; in mbedtls_ssl_ticket_write() local
388 unsigned char *iv = buf + 4; in mbedtls_ssl_ticket_parse() local
A Dpkcs12.c92 unsigned char *iv, size_t ivlen ) in pkcs12_pbe_derive_key_iv()
182 unsigned char iv[16]; in mbedtls_pkcs12_pbe() local
A Dpem.c59 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 Dcbc_mode.c38 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 Dcbc_mode.c38 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 DContentCryptoMaterial.h44 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 DHAL_Crypt_yoc.c13 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 DCryptoStreamBuf.cc26 const ByteBuffer& key, const ByteBuffer& iv, in CryptoStreamBuf()
69 auto iv = SymmetricCipher::IncCTRCounter(iv_, blkOff); in xsgetn() local
A DCryptoModule.cc97 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 DCipherOpenssl.cc51 void SymmetricCipherOpenssl::EncryptInit(const ByteBuffer& key, const ByteBuffer& iv) in EncryptInit()
101 void SymmetricCipherOpenssl::DecryptInit(const ByteBuffer& key, const ByteBuffer& iv) in DecryptInit()
A DEncryptionMaterials.cc93 auto iv = cipher->Decrypt(contentCryptoMaterial.EncryptedContentIV()); in DecryptCEK() local
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Dsha256.h72 unsigned int iv[TC_SHA256_STATE_BLOCKS]; member
A Dcmac_mode.h114 uint8_t iv[TC_AES_BLOCK_SIZE]; member
/AliOS-Things-master/components/ble_host/bt_crypto/include/
A Dbt_crypto.h23 uint8_t iv[16]; member
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.c115 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 Dawss_crypt.c45 uint8_t iv[AES128_KEY_LEN] = { 0 }; in aes_decrypt_string() local
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c365 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 Dkv_secure.c31 uint8_t iv[OFB_IV_LEN] = {0}; in _ofb_encrypt_wrap() local

Completed in 51 milliseconds

12