Home
last modified time | relevance | path

Searched defs:iv_len (Results 26 - 46 of 46) sorted by relevance

12

/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h136 int iv_len; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_linux.c686 size_t iv_len = AES_BLOCK_SIZE; in aes_128_cbc_oper() local
795 size_t iv_len = 8; in aes_unwrap() local
865 size_t iv_len = 0; crypto_cipher_init() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dikev2_common.c434 size_t iv_len; in ikev2_decrypt_payload() local
536 size_t iv_len, pad_len; in ikev2_build_encrypted() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_linux.c686 size_t iv_len = AES_BLOCK_SIZE; in aes_128_cbc_oper() local
795 size_t iv_len = 8; in aes_unwrap() local
865 size_t iv_len = 0; crypto_cipher_init() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Dikev2_common.c434 size_t iv_len; in ikev2_decrypt_payload() local
536 size_t iv_len, pad_len; in ikev2_build_encrypted() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H A Ddrv_symc_v100.c1082 static hi_void drv_symc_add_iv_to_node(symc_hard_context *ctx, hi_u8 *iv, hi_u32 iv_len, hi_u32 *flgs) in drv_symc_add_iv_to_node() argument
H A Ddrv_symc_v200.c80 hi_u32 iv_len; /* iv length */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_common.c972 hi_u32 upg_get_aes_info(HI_CONST boot_header *head, hi_u8 *key, hi_u32 key_len, hi_u8 *iv, hi_u32 iv_len) in upg_get_aes_info() argument
1034 hi_u32 upg_boot_key_decrypt(hi_u8 *key, hi_u32 key_len, const hi_u8 *iv, hi_u32 iv_len) in upg_boot_key_decrypt() argument
/third_party/mbedtls/library/
H A Dssl_tls13_keys.c221 ssl_tls13_make_traffic_key( psa_algorithm_t hash_alg, const unsigned char *secret, size_t secret_len, unsigned char *key, size_t key_len, unsigned char *iv, size_t iv_len) ssl_tls13_make_traffic_key() argument
264 mbedtls_ssl_tls13_make_traffic_keys( psa_algorithm_t hash_alg, const unsigned char *client_secret, const unsigned char *server_secret, size_t secret_len, size_t key_len, size_t iv_len, mbedtls_ssl_key_set *keys) mbedtls_ssl_tls13_make_traffic_keys() argument
1093 ssl_tls13_get_cipher_key_info( const mbedtls_ssl_ciphersuite_t *ciphersuite_info, size_t *key_len, size_t *iv_len) ssl_tls13_get_cipher_key_info() argument
1144 size_t iv_len = 0; ssl_tls13_generate_early_key() local
1345 size_t iv_len = 0; ssl_tls13_generate_handshake_keys() local
1595 size_t key_len = 0, iv_len = 0; ssl_tls13_generate_application_keys() local
[all...]
H A Dssl_misc.h622 size_t iv_len; /*!< The length of client_write_iv and member
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsymm.rs371 pub fn iv_len(&self) -> Option<usize> { in iv_len() functions
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H A Dhi_cipher_compat.h223 hi_u32 iv_len; /* IV length for CCM/GCM, which is an element of {7, 8, 9, 10, 11, 12, 13} member
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1083 mbedtls_test_psa_cipher_encrypt_helper(mbedtls_ssl_transform *transform, const unsigned char *iv, size_t iv_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen) mbedtls_test_psa_cipher_encrypt_helper() argument
1133 mbedtls_test_ssl_cipher_info_from_type(mbedtls_cipher_type_t cipher_type, mbedtls_cipher_mode_t *cipher_mode, size_t *key_bits, size_t *iv_len) mbedtls_test_ssl_cipher_info_from_type() argument
[all...]
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h296 int iv_len; member
569 unsigned int iv_len; global() member
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c3701 int iv_len, ok = -1; in construct_stateless_ticket() local
/third_party/openssl/include/crypto/
H A Devp.h296 int iv_len; member
569 unsigned int iv_len; global() member
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c3680 int iv_len, ok = -1; in construct_stateless_ticket() local
/third_party/openssl/test/
H A Dacvp_test.c671 cipher_enc(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *ct, size_t ct_len, int enc) cipher_enc() argument
716 aes_ccm_enc_dec(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *aad, size_t aad_len, const unsigned char *ct, size_t ct_len, const unsigned char *tag, size_t tag_len, int enc, int pass) aes_ccm_enc_dec() argument
803 aes_gcm_enc_dec(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *aad, size_t aad_len, const unsigned char *ct, size_t ct_len, const unsigned char *tag, size_t tag_len, int enc, int pass) aes_gcm_enc_dec() argument
[all...]
H A Devp_test.c530 size_t iv_len; member
1121 size_t iv_len; global() member
[all...]
H A Devp_extra_test.c3878 int iv_len; in test_evp_updated_iv() local
/third_party/ffmpeg/libavformat/
H A Dmpegts.c670 uint32_t iv_len = (uint32_t)(data[offset]); in mpegts_drm_get_iv() local

Completed in 49 milliseconds

12