Home
last modified time | relevance | path

Searched defs:iv_len (Results 1 – 24 of 24) sorted by relevance

/third_party/mbedtls/library/
Dccm.c206 size_t iv_len ) in mbedtls_ccm_starts()
489 const unsigned char *iv, size_t iv_len, in ccm_auth_crypt()
520 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_star_encrypt_and_tag()
530 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_encrypt_and_tag()
560 const unsigned char *iv, size_t iv_len, in ccm_auth_decrypt()
585 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_star_auth_decrypt()
596 const unsigned char *iv, size_t iv_len, in mbedtls_ccm_auth_decrypt()
Dcipher.c353 size_t iv_len ) in mbedtls_cipher_set_iv()
1244 const unsigned char *iv, size_t iv_len, in mbedtls_cipher_crypt()
1343 const unsigned char *iv, size_t iv_len, in mbedtls_cipher_aead_encrypt()
1423 const unsigned char *iv, size_t iv_len, in mbedtls_cipher_aead_decrypt()
1526 const unsigned char *iv, size_t iv_len, in mbedtls_cipher_auth_encrypt_ext()
1582 const unsigned char *iv, size_t iv_len, in mbedtls_cipher_auth_decrypt_ext()
Dgcm.c250 const unsigned char *iv, size_t iv_len ) in mbedtls_gcm_starts()
572 size_t iv_len, in mbedtls_gcm_crypt_and_tag()
609 size_t iv_len, in mbedtls_gcm_auth_decrypt()
Dssl_tls13_keys.c203 size_t key_len, size_t iv_len, in mbedtls_ssl_tls13_make_traffic_keys()
959 size_t key_len, iv_len; in mbedtls_ssl_tls13_generate_handshake_keys() local
1150 size_t key_len, iv_len; in mbedtls_ssl_tls13_generate_application_keys() local
Dpem.c55 size_t iv_len ) in pem_get_iv()
Dssl_misc.h505 size_t iv_len; /*!< The length of client_write_iv and member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes-gcm.c192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0()
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
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; in crypto_cipher_init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes-gcm.c192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0()
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
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; in crypto_cipher_init() local
/third_party/openssl/include/crypto/
Devp.h136 int iv_len; member
248 key_len, iv_len, flags, init_key, cleanup, \ argument
264 iv_len, flags, init_key, cleanup, set_asn1, \ argument
270 iv_len, cbits, flags, init_key, cleanup, \ argument
277 iv_len, cbits, flags, init_key, cleanup, \ argument
290 nid, block_size, key_len, iv_len, cbits, flags, \ argument
360 block_size, key_len, iv_len, cbits, \ argument
368 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len,fl) \ argument
/third_party/mindspore/mindspore/core/utils/
Dcrypto.cc95 auto iv_len = ByteToInt(int_buf.data(), int_buf.size()); in ParseEncryptData() local
192 int32_t iv_len = AES_BLOCK_SIZE; in BlockEncrypt() local
/third_party/openssl/crypto/evp/
Dcmeth_lib.c43 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Dikev2_common.c434 size_t iv_len; in ikev2_decrypt_payload() local
536 size_t iv_len, pad_len; in ikev2_build_encrypted() local
Deap_sake_common.h76 size_t iv_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Dikev2_common.c434 size_t iv_len; in ikev2_decrypt_payload() local
536 size_t iv_len, pad_len; in ikev2_build_encrypted() local
Deap_sake_common.h76 size_t iv_len; member
/third_party/mbedtls/programs/psa/
Dcrypto_examples.c110 size_t iv_len = 0; in cipher_encrypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dpkcs5.c34 size_t iv_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dpkcs5.c34 size_t iv_len; member
/third_party/openssl/ssl/statem/
Dstatem_srvr.c3870 int iv_len, ok = 0; in construct_stateless_ticket() local
/third_party/openssl/test/
Devp_extra_test.c865 int iv_len; in test_evp_updated_iv() local
Devp_test.c477 size_t iv_len; member
/third_party/node/src/
Dnode_crypto.cc3597 int iv_len, in CommonInit()
3701 int iv_len, in InitIv()
3761 ssize_t iv_len = -1; in InitIv() local
3791 bool CipherBase::InitAuthenticated(const char* cipher_type, int iv_len, in InitAuthenticated()