Searched refs:mbedtls_cipher_get_block_size (Results 1 – 5 of 5) sorted by relevance
336 for( offset = 0; offset < filesize; offset += mbedtls_cipher_get_block_size( &cipher_ctx ) ) in main()338 … ilen = ( (unsigned int) filesize - offset > mbedtls_cipher_get_block_size( &cipher_ctx ) ) ? in main()339 mbedtls_cipher_get_block_size( &cipher_ctx ) : (unsigned int) ( filesize - offset ); in main()404 if( mbedtls_cipher_get_block_size( &cipher_ctx ) == 0 ) in main()415 mbedtls_cipher_get_block_size( &cipher_ctx ) ) != 0 ) in main()418 mbedtls_cipher_get_block_size( &cipher_ctx )); in main()479 for( offset = 0; offset < filesize; offset += mbedtls_cipher_get_block_size( &cipher_ctx ) ) in main()481 … ilen = ( (unsigned int) filesize - offset > mbedtls_cipher_get_block_size( &cipher_ctx ) ) ? in main()482 mbedtls_cipher_get_block_size( &cipher_ctx ) : (unsigned int) ( filesize - offset ); in main()487 mbedtls_cipher_get_block_size( &cipher_ctx ) ); in main()
171 /* mbedtls_cipher_get_block_size() */172 TEST_ASSERT( mbedtls_cipher_get_block_size( &invalid_ctx ) == 0 );421 block_size = mbedtls_cipher_get_block_size( &ctx_enc );668 block_size = mbedtls_cipher_get_block_size( &ctx_enc );990 mbedtls_cipher_get_block_size( &ctx ),992 TEST_ASSERT( outlen == mbedtls_cipher_get_block_size( &ctx ) );1000 mbedtls_cipher_get_block_size( &ctx ) ) );
557 block_size = mbedtls_cipher_get_block_size( ctx ); in mbedtls_cipher_update()1024 else if( mbedtls_cipher_get_block_size( ctx ) != ctx->unprocessed_len ) in mbedtls_cipher_finish()1038 ctx->operation, mbedtls_cipher_get_block_size( ctx ), ctx->iv, in mbedtls_cipher_finish()1046 return( ctx->get_padding( output, mbedtls_cipher_get_block_size( ctx ), in mbedtls_cipher_finish()1050 *olen = mbedtls_cipher_get_block_size( ctx ); in mbedtls_cipher_finish()
5029 block_size = mbedtls_cipher_get_block_size( in mbedtls_ssl_get_record_expansion()
593 static inline unsigned int mbedtls_cipher_get_block_size( in mbedtls_cipher_get_block_size() function
Completed in 18 milliseconds