Searched refs:mbedtls_cipher_get_block_size (Results 1 – 5 of 5) sorted by relevance
350 for( offset = 0; offset < filesize; offset += mbedtls_cipher_get_block_size( &cipher_ctx ) ) in main()352 … ilen = ( (unsigned int) filesize - offset > mbedtls_cipher_get_block_size( &cipher_ctx ) ) ? in main()353 mbedtls_cipher_get_block_size( &cipher_ctx ) : (unsigned int) ( filesize - offset ); in main()418 if( mbedtls_cipher_get_block_size( &cipher_ctx ) == 0 ) in main()429 mbedtls_cipher_get_block_size( &cipher_ctx ) ) != 0 ) in main()432 mbedtls_cipher_get_block_size( &cipher_ctx )); in main()491 for( offset = 0; offset < filesize; offset += mbedtls_cipher_get_block_size( &cipher_ctx ) ) in main()493 … ilen = ( (unsigned int) filesize - offset > mbedtls_cipher_get_block_size( &cipher_ctx ) ) ? in main()494 mbedtls_cipher_get_block_size( &cipher_ctx ) : (unsigned int) ( filesize - offset ); in main()499 mbedtls_cipher_get_block_size( &cipher_ctx ) ); in main()
363 block_size = mbedtls_cipher_get_block_size( ctx ); in mbedtls_cipher_update()816 else if( mbedtls_cipher_get_block_size( ctx ) != ctx->unprocessed_len ) in mbedtls_cipher_finish()830 ctx->operation, mbedtls_cipher_get_block_size( ctx ), ctx->iv, in mbedtls_cipher_finish()838 return( ctx->get_padding( output, mbedtls_cipher_get_block_size( ctx ), in mbedtls_cipher_finish()842 *olen = mbedtls_cipher_get_block_size( ctx ); in mbedtls_cipher_finish()
7970 block_size = mbedtls_cipher_get_block_size( in mbedtls_ssl_get_record_expansion()
427 static inline unsigned int mbedtls_cipher_get_block_size( in mbedtls_cipher_get_block_size() function
1801 #define cipher_get_block_size mbedtls_cipher_get_block_size
Completed in 34 milliseconds