Home
last modified time | relevance | path

Searched defs:output_len (Results 1 - 25 of 27) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-tprf.c36 u8 output_len[2]; in sha1_t_prf() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-tprf.c36 u8 output_len[2]; in sha1_t_prf() local
/third_party/glslang/glslang/OSDependent/Web/
H A Dglslang.js.cpp288 size_t output_len; in main() local
/third_party/mbedtls/programs/fuzz/
H A Dcommon.c59 int dummy_random(void *p_rng, unsigned char *output, size_t output_len) in dummy_random() argument
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c61 cipher_operation(psa_cipher_operation_t *operation, const uint8_t *input, size_t input_size, size_t part_size, uint8_t *output, size_t output_size, size_t *output_len) cipher_operation() argument
96 cipher_encrypt(psa_key_id_t key, psa_algorithm_t alg, uint8_t *iv, size_t iv_size, const uint8_t *input, size_t input_size, size_t part_size, uint8_t *output, size_t output_size, size_t *output_len) cipher_encrypt() argument
127 cipher_decrypt(psa_key_id_t key, psa_algorithm_t alg, const uint8_t *iv, size_t iv_size, const uint8_t *input, size_t input_size, size_t part_size, uint8_t *output, size_t output_size, size_t *output_len) cipher_decrypt() argument
170 size_t output_len = 0; cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local
220 size_t output_len = 0; cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local
267 size_t output_len = 0; cipher_example_encrypt_decrypt_aes_ctr_multi() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff.c367 FT_ULong output_len = table->OrigLength; in FT_LOCAL_DEF() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pax_common.c30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) eap_pax_kdf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_pax_common.c30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) eap_pax_kdf() argument
/third_party/mbedtls/programs/test/
H A Dselftest.c217 size_t output_len = 0; in create_entropy_seed_file() local
/third_party/mbedtls/library/
H A Dssl_client.c446 size_t output_len; /* Length of buffer used by function */ in ssl_write_client_hello_body() local
[all...]
H A Dpkcs5.c118 size_t output_len = 0; in mbedtls_pkcs5_pbes2() local
129 mbedtls_pkcs5_pbes2_ext(const mbedtls_asn1_buf *pbe_params, int mode, const unsigned char *pwd, size_t pwdlen, const unsigned char *data, size_t datalen, unsigned char *output, size_t output_size, size_t *output_len) mbedtls_pkcs5_pbes2_ext() argument
H A Dpkcs12.c138 size_t output_len = 0; in mbedtls_pkcs12_pbe() local
150 mbedtls_pkcs12_pbe_ext(mbedtls_asn1_buf *pbe_params, int mode, mbedtls_cipher_type_t cipher_type, mbedtls_md_type_t md_type, const unsigned char *pwd, size_t pwdlen, const unsigned char *data, size_t len, unsigned char *output, size_t output_size, size_t *output_len) mbedtls_pkcs12_pbe_ext() argument
H A Dccm.c358 mbedtls_ccm_update(mbedtls_ccm_context *ctx, const unsigned char *input, size_t input_len, unsigned char *output, size_t output_size, size_t *output_len) mbedtls_ccm_update() argument
H A Dctr_drbg.c609 mbedtls_ctr_drbg_random_with_add(void *p_rng, unsigned char *output, size_t output_len, const unsigned char *additional, size_t add_len) mbedtls_ctr_drbg_random_with_add() argument
696 mbedtls_ctr_drbg_random(void *p_rng, unsigned char *output, size_t output_len) mbedtls_ctr_drbg_random() argument
[all...]
H A Dcipher.c830 static void add_pkcs_padding(unsigned char *output, size_t output_len, in add_pkcs_padding() argument
874 add_one_and_zeros_padding(unsigned char *output, size_t output_len, size_t data_len) add_one_and_zeros_padding() argument
918 add_zeros_and_len_padding(unsigned char *output, size_t output_len, size_t data_len) add_zeros_and_len_padding() argument
965 add_zeros_padding(unsigned char *output, size_t output_len, size_t data_len) add_zeros_padding() argument
1582 mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t output_len, size_t *olen, size_t tag_len) mbedtls_cipher_auth_encrypt_ext() argument
1633 mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t output_len, size_t *olen, size_t tag_len) mbedtls_cipher_auth_decrypt_ext() argument
[all...]
H A Dssl_tls13_client.c905 size_t output_len; in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext() local
1006 size_t output_len; in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local
[all...]
H A Dssl_tls12_server.c2833 size_t output_len = 0; in ssl_prepare_server_key_exchange() local
H A Dssl_tls13_server.c2259 size_t output_len; in ssl_tls13_write_server_hello_body() local
2542 size_t output_len; in ssl_tls13_write_encrypted_extensions_body() local
2689 size_t output_len = 0; ssl_tls13_write_certificate_request_body() local
3361 size_t output_len; ssl_tls13_write_new_session_ticket_body() local
[all...]
H A Dpsa_crypto.c7142 psa_pbkdf2_hmac_set_password(psa_algorithm_t hash_alg, const uint8_t *input, size_t input_len, uint8_t *output, size_t *output_len) psa_pbkdf2_hmac_set_password() argument
7161 psa_pbkdf2_cmac_set_password(const uint8_t *input, size_t input_len, uint8_t *output, size_t *output_len) psa_pbkdf2_cmac_set_password() argument
9047 psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_len, uint8_t *output, size_t output_len) psa_crypto_copy_output() argument
9116 psa_crypto_local_output_alloc(uint8_t *output, size_t output_len, psa_crypto_local_output_t *local_output) psa_crypto_local_output_alloc() argument
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c164 int rng_get(void *p_rng, unsigned char *output, size_t output_len) in rng_get() argument
H A Dssl_server2.c1241 ssl_async_resume(mbedtls_ssl_context *ssl, unsigned char *output, size_t *output_len, size_t output_size) ssl_async_resume() argument
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c15 int mbedtls_test_random(void *p_rng, unsigned char *output, size_t output_len) in mbedtls_test_random() argument
181 mbedtls_test_ssl_buffer_get(mbedtls_test_ssl_buffer *buf, unsigned char *output, size_t output_len) mbedtls_test_ssl_buffer_get() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngwutil.c473 png_uint_32 output_len; /* Final compressed length */ member
517 png_uint_32 output_len; in png_text_compress() local
639 png_uint_32 output_len = comp->output_len; png_write_compressed_data_out() local
[all...]
/third_party/python/Modules/_io/
H A Dtextio.c295 Py_ssize_t output_len; in _PyIncrementalNewlineDecoder_decode() local
/third_party/openssl/test/
H A Devp_test.c335 size_t output_len; member
1127 size_t output_len; member
1672 size_t output_len; global() member
2255 size_t output_len; global() member
2311 int output_len, chunk_len; encode_test_run() local
2403 pr_entropyA_len, pr_entropyB_len, output_len, reseed_entropy_len, global() member
2678 size_t output_len; global() member
2827 size_t output_len; global() member
3182 size_t output_len; /* Expected output length */ global() member
[all...]

Completed in 44 milliseconds

12