Home
last modified time | relevance | path

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

/mbedtls-latest/programs/psa/
Dpsa_constant_names.c45 const char *string, size_t length) in append()
73 const char *string, size_t length, in append_with_curve()
91 const char *string, size_t length, in append_with_group()
133 size_t length = strlen(name); in psa_snprint_status() local
150 size_t length = strlen(name); in psa_snprint_ecc_curve() local
167 size_t length = strlen(name); in psa_snprint_dh_group() local
/mbedtls-latest/library/
Dcipher_wrap.c170 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
180 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
189 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap()
198 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap()
209 size_t length, in aes_crypt_xts_wrap()
786 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap()
796 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
805 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap()
1204 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap()
1214 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
[all …]
Dccm.c512 static int ccm_auth_crypt(mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_crypt()
548 int mbedtls_ccm_star_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_encrypt_and_tag()
558 int mbedtls_ccm_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_encrypt_and_tag()
585 static int ccm_auth_decrypt(mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_decrypt()
608 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_auth_decrypt()
619 int mbedtls_ccm_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_auth_decrypt()
Dchachapoly.c246 size_t length, in chachapoly_crypt_and_tag()
278 size_t length, in mbedtls_chachapoly_encrypt_and_tag()
292 size_t length, in mbedtls_chachapoly_auth_decrypt()
Dpsa_crypto_core.h939 size_t length; member
969 size_t length; member
Dpadlock.c105 size_t length, in mbedtls_padlock_xcryptcbc()
Dcamellia.c521 size_t length, in mbedtls_camellia_crypt_cbc()
571 size_t length, in mbedtls_camellia_crypt_cfb128()
623 size_t length, in mbedtls_camellia_crypt_ctr()
Daria.c514 size_t length, in mbedtls_aria_crypt_cbc()
565 size_t length, in mbedtls_aria_crypt_cfb128()
621 size_t length, in mbedtls_aria_crypt_ctr()
Daes.c1074 size_t length, in mbedtls_aes_crypt_cbc()
1191 size_t length, in mbedtls_aes_crypt_xts()
1294 size_t length, in mbedtls_aes_crypt_cfb128()
1356 size_t length, in mbedtls_aes_crypt_cfb8()
1399 size_t length, in mbedtls_aes_crypt_ofb()
1438 size_t length, in mbedtls_aes_crypt_ctr()
Dpsa_crypto_pake.c290 size_t length; in mbedtls_psa_pake_output_internal() local
Ddes.c628 size_t length, in mbedtls_des_crypt_cbc()
726 size_t length, in mbedtls_des3_crypt_cbc()
Dgcm.c705 size_t length, in mbedtls_gcm_crypt_and_tag()
739 size_t length, in mbedtls_gcm_auth_decrypt()
Dpsa_crypto_se.c130 size_t length; in psa_load_se_persistent_data() local
Dpsa_crypto_storage.c425 size_t length; in psa_crypto_load_transaction() local
Dpsa_crypto.c202 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ argument
244 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ argument
275 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ argument
281 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ argument
5858 uint8_t offset, length; local
Dssl_tls12_server.c1113 size_t fragment_offset, fragment_length, length; in ssl_parse_client_hello() local
Dbignum.c582 size_t length = 0; in mpi_write_hlp() local
Dssl_tls.c1167 size_t length; in ssl_handshake_init() local
9036 size_t length = buf[input_offset]; in mbedtls_psa_ecjpake_read_round() local
/mbedtls-latest/3rdparty/everest/include/everest/kremlin/internal/
Dcompat.h15 uint32_t length; member
/mbedtls-latest/tests/include/test/
Drandom.h23 size_t length; member
/mbedtls-latest/include/psa/
Dcrypto_sizes.h45 #define PSA_ROUND_UP_TO_MULTIPLE(block_size, length) \ argument