Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 8 of 8) sorted by relevance

/mbedtls-development/library/
A Dcmac.c124 size_t olen, block_size; in cmac_generate_subkeys() local
153 const size_t block_size ) in cmac_xor_block()
231 size_t n, j, olen, block_size; in mbedtls_cipher_cmac_update() local
302 size_t olen, block_size; in mbedtls_cipher_cmac_finish() local
750 int block_size, in cmac_test_subkeys()
845 int block_size, in cmac_test_wth_cipher()
A Dmd_wrap.h53 unsigned char block_size; member
A Dpsa_crypto_mac.c61 size_t block_size = PSA_HASH_BLOCK_LENGTH( hash_alg ); in psa_hmac_setup_internal() local
133 size_t block_size = PSA_HASH_BLOCK_LENGTH( hash_alg ); in psa_hmac_finish_internal() local
A Dpsa_crypto_cipher.c295 size_t block_size = ctx->cipher_info->block_size; in psa_cipher_update_ecb() local
A Dcipher.c537 size_t block_size; in mbedtls_cipher_update() local
A Dssl_msg.c1120 const size_t block_size = md_alg == MBEDTLS_MD_SHA384 ? 128 : 64; in mbedtls_ssl_cf_hmac() local
5011 unsigned block_size; in mbedtls_ssl_get_record_expansion() local
/mbedtls-development/programs/psa/
A Dcrypto_examples.c162 block_size = PSA_BLOCK_CIPHER_BLOCK_LENGTH( PSA_KEY_TYPE_AES ), in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() enumerator
210 block_size = PSA_BLOCK_CIPHER_BLOCK_LENGTH( PSA_KEY_TYPE_AES ), in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() enumerator
258 block_size = PSA_BLOCK_CIPHER_BLOCK_LENGTH( PSA_KEY_TYPE_AES ), in cipher_example_encrypt_decrypt_aes_ctr_multi() enumerator
/mbedtls-development/include/psa/
A Dcrypto_sizes.h50 #define PSA_ROUND_UP_TO_MULTIPLE(block_size, length) \ argument

Completed in 23 milliseconds