/mbedtls-development/programs/psa/ |
A D | psa_constant_names.c | 57 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 D | cipher_wrap.c | 136 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 D | ccm.c | 488 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 D | chachapoly.c | 280 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 D | padlock.c | 116 size_t length, in mbedtls_padlock_xcryptcbc()
|
A D | camellia.c | 546 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 D | aes.c | 1008 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 D | aria.c | 593 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 D | des.c | 640 size_t length, in mbedtls_des_crypt_cbc() 746 size_t length, in mbedtls_des3_crypt_cbc()
|
A D | gcm.c | 568 size_t length, in mbedtls_gcm_crypt_and_tag() 605 size_t length, in mbedtls_gcm_auth_decrypt()
|
A D | psa_crypto_se.c | 147 size_t length; in psa_load_se_persistent_data() local
|
A D | psa_crypto_storage.c | 433 size_t length; in psa_crypto_load_transaction() local
|
A D | bignum.c | 648 size_t length = 0; in mpi_write_hlp() local
|
A D | psa_crypto.c | 4566 uint8_t offset, length; in psa_key_derivation_tls12_prf_read() local
|
A D | ssl_tls.c | 3086 size_t length; in ssl_handshake_init() local
|
/mbedtls-development/3rdparty/everest/include/everest/kremlin/internal/ |
A D | compat.h | 15 uint32_t length; member
|
/mbedtls-development/tests/include/test/ |
A D | macros.h | 112 #define ASSERT_ALLOC( pointer, length ) \ argument 130 #define ASSERT_ALLOC_WEAK( pointer, length ) \ argument
|
A D | random.h | 36 size_t length; member
|
/mbedtls-development/include/psa/ |
A D | crypto_sizes.h | 50 #define PSA_ROUND_UP_TO_MULTIPLE(block_size, length) \ argument
|