Home
last modified time | relevance | path

Searched defs:length (Results 1 – 19 of 19) sorted by relevance

/mbedtls-development/programs/psa/
A Dpsa_constant_names.c57 const char *string, size_t length) in append()
83 const char *string, size_t length, in append_with_curve()
101 const char *string, size_t length, in append_with_group()
143 size_t length = strlen(name); in psa_snprint_status() local
160 size_t length = strlen(name); in psa_snprint_ecc_curve() local
177 size_t length = strlen(name); in psa_snprint_dh_group() local
/mbedtls-development/library/
A Dcipher_wrap.c136 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
145 static int aes_crypt_ofb_wrap( void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap()
154 static int aes_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap()
165 size_t length, in aes_crypt_xts_wrap()
690 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap()
700 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
1099 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap()
1109 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
1118 static int aria_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap()
1782 static int chacha20_stream_wrap( void *ctx, size_t length, in chacha20_stream_wrap()
[all …]
A Dccm.c488 static int ccm_auth_crypt( mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_crypt()
519 int mbedtls_ccm_star_encrypt_and_tag( mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_encrypt_and_tag()
529 int mbedtls_ccm_encrypt_and_tag( mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_encrypt_and_tag()
559 static int ccm_auth_decrypt( mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_decrypt()
584 int mbedtls_ccm_star_auth_decrypt( mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_auth_decrypt()
595 int mbedtls_ccm_auth_decrypt( mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_auth_decrypt()
A Dchachapoly.c280 size_t length, in chachapoly_crypt_and_tag()
309 size_t length, in mbedtls_chachapoly_encrypt_and_tag()
330 size_t length, in mbedtls_chachapoly_auth_decrypt()
A Dpadlock.c116 size_t length, in mbedtls_padlock_xcryptcbc()
A Dcamellia.c546 size_t length, in mbedtls_camellia_crypt_cbc()
606 size_t length, in mbedtls_camellia_crypt_cfb128()
664 size_t length, in mbedtls_camellia_crypt_ctr()
A Daes.c1008 size_t length, in mbedtls_aes_crypt_cbc()
1114 size_t length, in mbedtls_aes_crypt_xts()
1225 size_t length, in mbedtls_aes_crypt_cfb128()
1295 size_t length, in mbedtls_aes_crypt_cfb8()
1339 size_t length, in mbedtls_aes_crypt_ofb()
1384 size_t length, in mbedtls_aes_crypt_ctr()
A Daria.c593 size_t length, in mbedtls_aria_crypt_cbc()
654 size_t length, in mbedtls_aria_crypt_cfb128()
717 size_t length, in mbedtls_aria_crypt_ctr()
A Ddes.c640 size_t length, in mbedtls_des_crypt_cbc()
746 size_t length, in mbedtls_des3_crypt_cbc()
A Dgcm.c568 size_t length, in mbedtls_gcm_crypt_and_tag()
605 size_t length, in mbedtls_gcm_auth_decrypt()
A Dpsa_crypto_se.c147 size_t length; in psa_load_se_persistent_data() local
A Dpsa_crypto_storage.c433 size_t length; in psa_crypto_load_transaction() local
A Dbignum.c648 size_t length = 0; in mpi_write_hlp() local
A Dpsa_crypto.c4566 uint8_t offset, length; in psa_key_derivation_tls12_prf_read() local
A Dssl_tls.c3086 size_t length; in ssl_handshake_init() local
/mbedtls-development/3rdparty/everest/include/everest/kremlin/internal/
A Dcompat.h15 uint32_t length; member
/mbedtls-development/tests/include/test/
A Dmacros.h112 #define ASSERT_ALLOC( pointer, length ) \ argument
130 #define ASSERT_ALLOC_WEAK( pointer, length ) \ argument
A Drandom.h36 size_t length; member
/mbedtls-development/include/psa/
A Dcrypto_sizes.h50 #define PSA_ROUND_UP_TO_MULTIPLE(block_size, length) \ argument

Completed in 59 milliseconds